summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2019-01-15 22:19:22 +0100
committerAleksandar Trifunovic2019-01-15 22:19:22 +0100
commit8d978e3dd666e8715a6bb7fa544381832cf435d0 (patch)
treea750ab8f93feb3a42d550132489bf0289772d1e8
parent9601cde53222847561e2fb297e5eebd48a2a8186 (diff)
downloadaur-8d978e3dd666e8715a6bb7fa544381832cf435d0.tar.gz
v2019.01.14.00
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bac9b4838b1e..9bcdccce1a10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fbthrift
pkgdesc = Facebook's branch of Apache Thrift, including a new C++ server.
- pkgver = 2018.10.08.00
+ pkgver = 2019.01.14.00
pkgrel = 1
url = https://github.com/facebook/fbthrift
arch = i686
@@ -17,10 +17,11 @@ pkgbase = fbthrift
depends = mstch
depends = fizz
depends = wangle
+ depends = bison
provides = thrift
conflicts = thrift
- source = https://github.com/facebook/fbthrift/archive/v2018.10.08.00.tar.gz
- sha256sums = b958e96a55963557263ddc66eccd477e9a0711947e4c15a186706a90890c887f
+ source = https://github.com/facebook/fbthrift/archive/v2019.01.14.00.tar.gz
+ sha256sums = cc8c6c41b2c1f6e70e70fafa0dff04b7914ece0b4f6214cb0537127bfb9ec156
pkgname = fbthrift
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"