summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosé Rafael Castillo Huggins2017-11-01 12:02:32 -0400
committerJosé Rafael Castillo Huggins2017-11-01 12:02:32 -0400
commitd8f080901bc6e0596d764bb7192bdb9927c01141 (patch)
tree32556df3f98e187eed2f12f61ea05ba74b65c940 /PKGBUILD
parentfc41840bed6833b51a8492ee141ab6bae639cf30 (diff)
downloadaur-concurrent-queue-git.tar.gz
fixed dependecies on concurrentqueue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8b8fc88915d..5e9d9b94eb09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,8 +20,6 @@ pkgver() {
package_concurrent-queue-git() {
pkgdesc="An industrial-strength lock-free queue for C++. (git version)"
- depends=('libevent' 'google-glog' 'gtest' 'gflags' 'boost' 'boost-libs' 'thrift')
- optdepends=('gtest' 'gflags' 'boost' 'boost-libs' 'thrift')
provides=('concurrent-queue-git')
install -m755 -d ${pkgdir}/usr/include/concurrentqueue/