[arch-commits] Commit in python-pytables/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Sat Jun 17 21:37:15 UTC 2017
Date: Saturday, June 17, 2017 @ 21:37:13
Author: archange
Revision: 237991
HDF5 rebuild
Also fix source local filename.
Modified:
python-pytables/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-17 21:31:00 UTC (rev 237990)
+++ PKGBUILD 2017-06-17 21:37:13 UTC (rev 237991)
@@ -5,13 +5,13 @@
pkgbase=python-pytables
pkgname=('python2-pytables' 'python-pytables')
pkgver=3.4.2
-pkgrel=1
+pkgrel=2
arch=("i686" "x86_64")
pkgdesc="A package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data"
url="http://www.pytables.org"
license=("BSD")
makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 'python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'blosc' 'bzip2')
-source=("https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz")
+source=(${pkgbase}-${pkgver}::"https://github.com/PyTables/PyTables/archive/v${pkgver}.tar.gz")
md5sums=('a14bc216fa323562a35029183c0ffda9')
prepare() {
More information about the arch-commits
mailing list