summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2018-02-11 15:05:09 -0500
committerGuillaume Horel2018-02-11 15:05:09 -0500
commit117582c2ded8e4990d9576b47d2d326aa1a11dd5 (patch)
tree3a45c77b1cc6d38b658ff96277903d8847496579 /PKGBUILD
parentf016f3d812139c9136340f78612b1edaa7f37c4b (diff)
downloadaur-117582c2ded8e4990d9576b47d2d326aa1a11dd5.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba362fba295d..6451cef11d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Byron Clark <byron@theclarkfamily.name>
pkgname=thrift-static
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=2
pkgdesc='Scalable cross-language services framework for IPC/RPC'
arch=(i686 x86_64)
@@ -14,7 +14,7 @@ conflicts=('thrift')
provides=('thrift')
options=(staticlibs)
source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha1sums=('461cad8da7e73dab11c036760ce76c39b65cd59a')
+sha256sums=('c183e6337ae6d03a019c3581de71d3bd5c6fa92dfe1754398c402e3561d09f23')
build() {
cd thrift-$pkgver
@@ -27,7 +27,6 @@ build() {
--without-qt4 \
--without-qt5 \
--with-libevent \
- --with-csharp \
--without-haskell \
--without-php \
--without-ruby \
@@ -40,7 +39,8 @@ build() {
--without-php \
--without-go \
--without-lua \
- --without-nodejs
+ --without-nodejs \
+ --without-rs
make