[arch-commits] Commit in python-pytables/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jun 19 19:04:31 UTC 2016


    Date: Sunday, June 19, 2016 @ 19:04:31
  Author: jelle
Revision: 180461

FS#49604 Set correct dependendency's

Modified:
  python-pytables/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-19 17:11:52 UTC (rev 180460)
+++ PKGBUILD	2016-06-19 19:04:31 UTC (rev 180461)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.2.2
-pkgrel=6
+pkgrel=7
 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"
@@ -42,7 +42,7 @@
 }
 
 package_python2-pytables() {
-  depends=('lzo' 'hdf5' 'python2-numexpr')
+  depends=('lzo' 'hdf5_18' 'python2-numexpr')
 
   cd "$srcdir"/tables-py2-${pkgver}
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
@@ -62,7 +62,7 @@
 }
 
 package_python-pytables() {
-  depends=('lzo' 'hdf5' 'python-numexpr')
+  depends=('lzo' 'hdf5_18' 'python-numexpr')
 
   cd "$srcdir"/tables-${pkgver}
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list