summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-18 09:52:11 -0400
committerGuillaume Horel2019-03-18 09:52:11 -0400
commit7b1891cf2f57a801c1d9a113ae83fe0769917416 (patch)
treed2f3073814a9f1cc31c186a018573bc6efa37e66
parent117582c2ded8e4990d9576b47d2d326aa1a11dd5 (diff)
downloadaur-7b1891cf2f57a801c1d9a113ae83fe0769917416.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cd8e7f61d25..7b9f2d2a2d7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = thrift-static
pkgdesc = Scalable cross-language services framework for IPC/RPC
- pkgver = 0.11.0
- pkgrel = 2
+ pkgver = 0.12.0
+ pkgrel = 1
url = http://thrift.apache.org/
- arch = i686
arch = x86_64
license = APACHE
makedepends = boost
+ makedepends = flex
makedepends = libevent
makedepends = emacs
depends = gcc-libs
@@ -14,8 +14,8 @@ pkgbase = thrift-static
provides = thrift
conflicts = thrift
options = staticlibs
- source = thrift-0.11.0.zip::https://github.com/apache/thrift/archive/0.11.0.zip
- sha256sums = c183e6337ae6d03a019c3581de71d3bd5c6fa92dfe1754398c402e3561d09f23
+ source = thrift-0.12.0.zip::https://github.com/apache/thrift/archive/0.12.0.zip
+ sha256sums = df776e03de15b4ca8abfe8077e6c9b8a09f2e8774d29f37673941549be4ea873
pkgname = thrift-static
diff --git a/PKGBUILD b/PKGBUILD
index 6451cef11d08..249f9debb832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Byron Clark <byron@theclarkfamily.name>
pkgname=thrift-static
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc='Scalable cross-language services framework for IPC/RPC'
-arch=(i686 x86_64)
+arch=('x86_64')
url='http://thrift.apache.org/'
license=(APACHE)
depends=(gcc-libs openssl)
-makedepends=(boost libevent emacs)
+makedepends=(boost flex libevent emacs)
conflicts=('thrift')
provides=('thrift')
options=(staticlibs)
source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha256sums=('c183e6337ae6d03a019c3581de71d3bd5c6fa92dfe1754398c402e3561d09f23')
+sha256sums=('df776e03de15b4ca8abfe8077e6c9b8a09f2e8774d29f37673941549be4ea873')
build() {
cd thrift-$pkgver