summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b881a19c063f..681950ca797e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carl Smedstad <carsme@archlinux.org>
pkgname=fbthrift
-pkgver=2024.04.08.00
+pkgver=2024.05.02.00
pkgrel=1
pkgdesc="Facebook's branch of Apache Thrift, including a new C++ server"
arch=(x86_64)
@@ -17,6 +17,7 @@ depends=(
gflags
glibc
google-glog
+ mvfst
openssl
python
python-six
@@ -28,7 +29,10 @@ makedepends=(
cmake
cython
gtest
- mvfst
+)
+optdepends=(
+ 'python-snappy: Snappy compression support'
+ 'python-zstandard: ZStandard compression support'
)
provides=(
libasync.so
@@ -49,6 +53,7 @@ provides=(
libthrifttyperep.so
libtransport.so
)
+conflicts=(python-thrift)
options=(
!emptydirs
!lto
@@ -58,7 +63,7 @@ source=(
"remove-python-six-dependency-from-cmake-files.patch"
)
sha256sums=(
- '6a0082f49a22c1dbfa4248c37703922a1e5b0efc7dcc952191f91d4ffe24b22f'
+ '9622bc7cbb73a8c4fe5889f8339c987289d1b8d49dbb768c8a48eb5a35c15220'
'bedcf4d00d08263a943d0878b9a0fe68c0fafebd33b5445ae35f84a3e92540ec'
)