diff options
Diffstat (limited to 'extra/hdf5/PKGBUILD')
-rw-r--r-- | extra/hdf5/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/hdf5/PKGBUILD b/extra/hdf5/PKGBUILD index 176260962..4d4eb94e2 100644 --- a/extra/hdf5/PKGBUILD +++ b/extra/hdf5/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 196801 2013-10-19 13:44:23Z bpiotrowski $ +# $Id: PKGBUILD 198099 2013-10-30 12:47:33Z allan $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: damir <damir@archlinux.org> @@ -14,7 +14,6 @@ license=('custom') depends=('zlib' 'sh') makedepends=('time') source=(ftp://ftp.hdfgroup.org/HDF5/current/src/${pkgname}-${pkgver/_/-}.tar.bz2) -options=('!libtool') sha1sums=('87ded0894b104cf23a4b965f4ac0a567f8612e5e') build() { |