summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2019-03-26 22:58:25 +0100
committerLászló Várady2019-03-26 22:58:25 +0100
commit3380740045b895f219e554e52069a4f22a95a1c0 (patch)
tree3bdb84c14edd818e73ab402fd3e247fafc16b61b /PKGBUILD
parent3fbd8a7a0f66a0058276fd1ae9673bb24b2cb8bf (diff)
downloadaur-3380740045b895f219e554e52069a4f22a95a1c0.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42961758ec4d..9f7571442296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=proxygen
pkgver=2019.03.25.00
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of C++ HTTP libraries including an easy to use HTTP server."
arch=('x86_64')
url="https://github.com/facebook/proxygen"
license=('BSD')
-depends=('folly' 'fbthrift' 'wangle' 'zstd' 'fizz' 'openssl' 'zlib' 'libcap')
+depends=('folly' 'wangle' 'zstd' 'fizz' 'boost' 'openssl' 'zlib' 'libcap')
makedepends=('cmake' 'python' 'gperf' 'gperftools')
conflicts=('proxygen-git')
source=("$url/archive/v$pkgver.tar.gz")