summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAleksandar Trifunovic2019-01-15 22:19:22 +0100
committerAleksandar Trifunovic2019-01-15 22:19:22 +0100
commit8d978e3dd666e8715a6bb7fa544381832cf435d0 (patch)
treea750ab8f93feb3a42d550132489bf0289772d1e8 /PKGBUILD
parent9601cde53222847561e2fb297e5eebd48a2a8186 (diff)
downloadaur-8d978e3dd666e8715a6bb7fa544381832cf435d0.tar.gz
v2019.01.14.00
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43f60e4647e5..c6fbdbef7457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=fbthrift
-pkgver=2018.10.08.00
+pkgver=2019.01.14.00
pkgrel=1
pkgdesc="Facebook's branch of Apache Thrift, including a new C++ server."
arch=('i686' 'x86_64')
url="https://github.com/facebook/fbthrift"
license=('Apache')
-depends=('folly' 'krb5' 'numactl' 'gflags' 'google-glog' 'mstch' 'fizz' 'wangle')
+depends=('folly' 'krb5' 'numactl' 'gflags' 'google-glog' 'mstch' 'fizz' 'wangle' 'bison')
conflicts=('thrift')
provides=('thrift')
makedepends=('cmake' 'zstd' 'libunwind')
source=("$url/archive/v${pkgver}.tar.gz")
-sha256sums=('b958e96a55963557263ddc66eccd477e9a0711947e4c15a186706a90890c887f')
+sha256sums=('cc8c6c41b2c1f6e70e70fafa0dff04b7914ece0b4f6214cb0537127bfb9ec156')
prepare() {
cd "$pkgname-$pkgver"