diff options
Diffstat (limited to 'community/python-pytables/PKGBUILD')
-rw-r--r-- | community/python-pytables/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-pytables/PKGBUILD b/community/python-pytables/PKGBUILD index d377c37e2..043aa352b 100644 --- a/community/python-pytables/PKGBUILD +++ b/community/python-pytables/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 108483 2014-03-27 14:48:15Z fyan $ +# $Id: PKGBUILD 109123 2014-04-10 14:24:45Z fyan $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Sebastien Binet <binet@cern.ch> pkgbase=python-pytables pkgname=('python2-pytables' 'python-pytables') -pkgver=3.1.0 -pkgrel=2 +pkgver=3.1.1 +pkgrel=1 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=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 'cython') source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz") -md5sums=('22e048ef20883269c4a2a3f2026c38ee') +md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524') build() { cd "$srcdir" |