diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 20:51:21 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 20:51:21 +0200 |
commit | 5e8f81ca47e861ad596c0afcadbadd833bfe4046 (patch) | |
tree | 1bb3aa04b6d9ca18c66f530cca3f62aee8b732c7 /hdf4 | |
parent | 0d16d8d46c7d450c6bf4a7c27aecaca83872ab8a (diff) | |
download | archlinuxewe-5e8f81ca47e861ad596c0afcadbadd833bfe4046.tar.xz |
hdf4: rebuild
Diffstat (limited to 'hdf4')
-rwxr-xr-x | hdf4/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hdf4/PKGBUILD b/hdf4/PKGBUILD index 6793e67cf..12886e046 100755 --- a/hdf4/PKGBUILD +++ b/hdf4/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: David Scholl <djscholl at gmail dot com> pkgname=hdf4 pkgver=2.15 -pkgrel=13 +pkgrel=14 pkgdesc="General purpose library and file format for storing scientific data." arch=('i686' 'pentium4' 'x86_64') url="http://www.hdfgroup.org/hdf4.html" @@ -15,7 +15,7 @@ _pinned_dependencies=( 'libaec=1.0.6' 'libjpeg.so=8' 'libtirpc=1.3.3' - 'zlib=1:1.2.12' + 'zlib=1:1.2.13' ) _pinned_dependencies_i686=( 'gcc-libs=12.2.0' |