summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-03-27 10:31:33 +0100
committerDaichi Shinozaki2017-03-27 10:31:33 +0100
commit9cee52bcfc4c8e867669e90b33582eb024b409a5 (patch)
tree7406566ad7e148846756b89eea3cc181c6ae397b /PKGBUILD
parent7eb41c3630a0057f620cca8f954027fe6c99a999 (diff)
downloadaur-9cee52bcfc4c8e867669e90b33582eb024b409a5.tar.gz
Update a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52e93d72a20f..c68fde72df25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=fbthrift
pkgver=2017.03.20.00
-pkgrel=1
+pkgrel=2
pkgdesc="Facebook's branch of Apache Thrift, including a new C++ server"
arch=('i686' 'x86_64')
url="https://github.com/facebook/fbthrift"
@@ -9,7 +9,7 @@ license=('Apache')
depends=('folly' 'krb5' 'numactl' 'python2')
conflicts=('thrift')
provides=('thrift')
-makedepends=('scons' 'zstd')
+makedepends=('scons' 'zstd' 'libunwind')
options=('!emptydirs' 'staticlibs')
source=("https://github.com/facebook/$pkgname/archive/v${pkgver}.tar.gz")
md5sums=('eb8b04def043e4b897e5ce1617695486')