summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")