Date: Wednesday, September 21, 2022 @ 19:25:33
  Author: anatolik
Revision: 1306116

upgpkg: thrift 0.17.0-1

Modified:
  thrift/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-21 19:11:44 UTC (rev 1306115)
+++ PKGBUILD    2022-09-21 19:25:33 UTC (rev 1306116)
@@ -7,7 +7,7 @@
 # the binding from the language specific managers python2-thrift, perl-thrift, 
ruby-thrift, ...
 
 pkgname=thrift
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Scalable cross-language services framework for IPC/RPC'
 arch=(x86_64)
@@ -18,8 +18,9 @@
 optdepends=(
   'qt5-base: TQTcpServer (Qt5) support'
 )
+options=(!lto) # https://issues.apache.org/jira/browse/THRIFT-5498
 
source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/v$pkgver.zip)
-sha1sums=('116830ef5ac88e9086dbebe6edad075015442ff4')
+sha1sums=('144523b017d6cd071b80f96e476259bcc04ad1b6')
 
 build() {
   cd thrift-$pkgver

Reply via email to