community/python-pytables fix

This commit is contained in:
Kevin Mihelich 2014-04-10 17:05:35 +00:00
parent a84754bd97
commit b31b378547

View file

@ -3,7 +3,7 @@
# Contributor: Sebastien Binet <binet@cern.ch>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - patch to drop forced -msse flag
# - remove package when bumped upstream
pkgbase=python-pytables
pkgname=('python2-pytables' 'python-pytables')
@ -21,7 +21,7 @@ md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524'
prepare() {
cd "$srcdir/tables-$pkgver"
patch -p1 -i ../arm.patch
#patch -p1 -i ../arm.patch
}
build() {