summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Dimura2024-03-09 20:06:44 +0100
committerMykola Dimura2024-03-09 20:06:44 +0100
commitdcfc4b7fc19c2385ab20b3c25e616f1b706c7353 (patch)
treee33cbb59ef3f15a8de54ee45992cab4abccf03ae
parentad0f5c9038f2af5612783306757f25bd64d99a0f (diff)
downloadaur-dcfc4b7fc19c2385ab20b3c25e616f1b706c7353.tar.gz
add provides/conflicts
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e95266e5851f..11ea0e96e6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,11 @@ pkgrel=1
pkgdesc="A fast single-producer, single-consumer lock-free queue for C++."
arch=('any')
url='https://github.com/cameron314/readerwriterqueue'
-license=('Simplified BSD License')
+license=('BSD-2-Clause')
depends=()
makedepends=('git')
+provides=(readerwriterqueue)
+conflicts=(readerwriterqueue)
options=('!strip' '!buildflags' 'staticlibs')
source=("${pkgname}::git+https://github.com/cameron314/readerwriterqueue.git#branch=master")
sha1sums=('SKIP')