summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e027cc34b13a..fe60ff9a6926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fbthrift
pkgdesc = Facebook's branch of Apache Thrift, including a new C++ server
- pkgver = 2024.04.08.00
+ pkgver = 2024.04.22.00
pkgrel = 1
url = https://github.com/facebook/fbthrift
arch = x86_64
@@ -24,6 +24,8 @@ pkgbase = fbthrift
depends = python-six
depends = wangle
depends = zlib
+ optdepends = python-snappy: Snappy compression support
+ optdepends = python-zstandard: ZStandard compression support
provides = libasync.so
provides = libcompiler.so
provides = libcompiler_ast.so
@@ -43,9 +45,9 @@ pkgbase = fbthrift
provides = libtransport.so
options = !emptydirs
options = !lto
- source = fbthrift-2024.04.08.00.tar.gz::https://github.com/facebook/fbthrift/archive/v2024.04.08.00.tar.gz
+ source = fbthrift-2024.04.22.00.tar.gz::https://github.com/facebook/fbthrift/archive/v2024.04.22.00.tar.gz
source = remove-python-six-dependency-from-cmake-files.patch
- sha256sums = 6a0082f49a22c1dbfa4248c37703922a1e5b0efc7dcc952191f91d4ffe24b22f
+ sha256sums = 600e37bb744edd97bc7bb20de60041041e365811194fe87a6926be7380919c1f
sha256sums = bedcf4d00d08263a943d0878b9a0fe68c0fafebd33b5445ae35f84a3e92540ec
pkgname = fbthrift
diff --git a/PKGBUILD b/PKGBUILD
index b881a19c063f..19e631b0138a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carl Smedstad <carsme@archlinux.org>
pkgname=fbthrift
-pkgver=2024.04.08.00
+pkgver=2024.04.22.00
pkgrel=1
pkgdesc="Facebook's branch of Apache Thrift, including a new C++ server"
arch=(x86_64)
@@ -30,6 +30,10 @@ makedepends=(
gtest
mvfst
)
+optdepends=(
+ 'python-snappy: Snappy compression support'
+ 'python-zstandard: ZStandard compression support'
+)
provides=(
libasync.so
libcompiler.so
@@ -58,7 +62,7 @@ source=(
"remove-python-six-dependency-from-cmake-files.patch"
)
sha256sums=(
- '6a0082f49a22c1dbfa4248c37703922a1e5b0efc7dcc952191f91d4ffe24b22f'
+ '600e37bb744edd97bc7bb20de60041041e365811194fe87a6926be7380919c1f'
'bedcf4d00d08263a943d0878b9a0fe68c0fafebd33b5445ae35f84a3e92540ec'
)