summarylogtreecommitdiffstats
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
parent3fbd8a7a0f66a0058276fd1ae9673bb24b2cb8bf (diff)
downloadaur-3380740045b895f219e554e52069a4f22a95a1c0.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b0924e7912..1c3bb6a45aae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proxygen
pkgdesc = A collection of C++ HTTP libraries including an easy to use HTTP server.
pkgver = 2019.03.25.00
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/facebook/proxygen
arch = x86_64
license = BSD
@@ -10,10 +10,10 @@ pkgbase = proxygen
makedepends = gperf
makedepends = gperftools
depends = folly
- depends = fbthrift
depends = wangle
depends = zstd
depends = fizz
+ depends = boost
depends = openssl
depends = zlib
depends = libcap
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")