summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2016-04-11 20:20:37 +0800
committerBhoppi Chaw2016-04-11 20:20:37 +0800
commitbd8cb1353bb39682f14cf7143a0c791e6d1e69e1 (patch)
tree5ef623a23f1a5f499ccddb3c8a8c83797796fe2c /PKGBUILD
parent399e3f5b0e73e36db1d406fa2215b131ed26e8dd (diff)
downloadaur-bd8cb1353bb39682f14cf7143a0c791e6d1e69e1.tar.gz
fix pkg error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a287260ae6cd..0d8bea001a4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bloscpack
pkgver=0.10.0
-pkgrel=2
+pkgrel=3
pkgdesc='command line interface to and serialization format for Blosc.'
arch=(any)
url='https://github.com/Blosc/bloscpack'
@@ -14,9 +14,7 @@ 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
+ sed -i -e '/blosc==/s|==1\.2\.7|>=1\.3\.2|' requirements.txt setup.py
python setup.py build
}