Skip to content

Commit

Permalink
toxext-git: add provides and conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Apr 17, 2024
1 parent f41aee5 commit 015b972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions toxext-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Maintainer: RiverOnVenus <error@zhui.dev>
pkgname=toxext-git
pkgver=0.0.3.r1.ga746a99
pkgrel=1
Expand All @@ -6,6 +7,8 @@ arch=('x86_64')
url='https://github.com/toxext/toxext'
license=('GPL-3.0-only')
makedepends=('git' 'cmake' 'toxcore')
provides=('libtoxext.a')
conflicts=('toxext')
options=('!lto')
source=("$pkgname"::"git+${url}")
sha256sums=('SKIP')
Expand Down

0 comments on commit 015b972

Please sign in to comment.