[arch-commits] Commit in thrift/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Thu Dec 14 18:01:44 UTC 2017
Date: Thursday, December 14, 2017 @ 18:01:44
Author: anatolik
Revision: 274422
upgpkg: thrift 0.11.0-1
Modified:
thrift/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-14 16:52:55 UTC (rev 274421)
+++ PKGBUILD 2017-12-14 18:01:44 UTC (rev 274422)
@@ -8,8 +8,8 @@
# the binding from the language specific managers python2-thrift, perl-thrift, ruby-thrift, ...
pkgname=thrift
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
pkgdesc='Scalable cross-language services framework for IPC/RPC'
arch=(x86_64)
url='http://thrift.apache.org/'
@@ -21,7 +21,7 @@
'qt5-base: TQTcpServer (Qt5) support'
)
source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip)
-sha1sums=('461cad8da7e73dab11c036760ce76c39b65cd59a')
+sha1sums=('7acde72e72c810214d6a5c53ca8e9e0b3179470a')
build() {
cd thrift-$pkgver
@@ -28,6 +28,7 @@
./bootstrap.sh
./configure --prefix=/usr \
+ --enable-plugin \
--with-cpp \
--with-c_glib \
--with-qt4 \
More information about the arch-commits
mailing list