summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7126f9840b9b..db8a7ebae786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Andrew Trask <contact@openmined.org>
pkgname=python-syft
pkgver=0.1.19a1
-pkgrel=6
+pkgrel=7
pkgdesc="A Library for Private, Secure Deep Learning"
arch=(any)
url="https://github.com/OpenMined/PySyft"
@@ -16,7 +16,8 @@ package() {
'python-tblib'
'python-websockets'
'python-websocket-client'
- 'python-msgpack')
+ 'python-msgpack'
+ 'python-lz4')
sitepackages=$(python -c "import site; print(site.getsitepackages()[0])")
mkdir -p $pkgdir/"$sitepackages"
cp -r $srcdir/syft/* $pkgdir/"$sitepackages"