summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2016-04-11 20:06:59 +0800
committerBhoppi Chaw2016-04-11 20:06:59 +0800
commit399e3f5b0e73e36db1d406fa2215b131ed26e8dd (patch)
treebe18136c6857700c9e7a6627f297917c9493de4f /PKGBUILD
parent79800d519e552ab8c907b03620b4f69edb57c0a4 (diff)
downloadaur-399e3f5b0e73e36db1d406fa2215b131ed26e8dd.tar.gz
fix to catch up with upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfa379165df4..a287260ae6cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bloscpack
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='command line interface to and serialization format for Blosc.'
arch=(any)
url='https://github.com/Blosc/bloscpack'
@@ -14,6 +14,9 @@ source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/bloscpack/archive/
build() {
cd ${pkgname}-${pkgver}
+ sed -i -e '/blosc==/s|==1\.2\.7|>=1\.3\.2|' requirements.txt
+ sed -i -e '/blosc==/s|==1\.2\.7|>=1\.3\.2|' setup.py
+ sed -i -e '/blosc==/s|==1\.2\.7|>=1\.3\.2|' bloscpack.egg-info/requires.txt
python setup.py build
}