summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-03-27 10:31:33 +0100
committerDaichi Shinozaki2017-03-27 10:31:33 +0100
commit9cee52bcfc4c8e867669e90b33582eb024b409a5 (patch)
tree7406566ad7e148846756b89eea3cc181c6ae397b
parent7eb41c3630a0057f620cca8f954027fe6c99a999 (diff)
downloadaur-9cee52bcfc4c8e867669e90b33582eb024b409a5.tar.gz
Update a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55dcc4bd9129..11a442298420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Mar 23 07:08:05 UTC 2017
+# Mon Mar 27 09:31:20 UTC 2017
pkgbase = fbthrift
pkgdesc = Facebook's branch of Apache Thrift, including a new C++ server
pkgver = 2017.03.20.00
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/facebook/fbthrift
arch = i686
arch = x86_64
license = Apache
makedepends = scons
makedepends = zstd
+ makedepends = libunwind
depends = folly
depends = krb5
depends = numactl
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')