summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2024-04-23 00:33:11 +0200
committerCarl Smedstad2024-04-23 07:11:11 +0200
commit9d7874cb343ca2e167c37343a352bef954b91f38 (patch)
tree6b4b154eec78655472010537b2c650697fc0e03f /PKGBUILD
parent73a957dc96803c95f45a3b3a8d3f31a77dab0323 (diff)
downloadaur-fbthrift.tar.gz
upgpkg: 2024.04.22.00-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
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'
)