diff options
author | Erich Eckner <git@eckner.net> | 2021-10-19 22:51:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-10-19 22:51:20 +0200 |
commit | 03e41a2676e873555217936ce011688edd616f7a (patch) | |
tree | b4e8ff6207dd7435ab1aaa0ae592533044283744 /hdf4 | |
parent | 96c73254965ae9ef815c31dd218494f8cda5a525 (diff) | |
download | archlinuxewe-03e41a2676e873555217936ce011688edd616f7a.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 9efeb0839..fc5a310f7 100755 --- a/hdf4/PKGBUILD +++ b/hdf4/PKGBUILD @@ -5,14 +5,14 @@ # Contributor: David Scholl <djscholl at gmail dot com> pkgname=hdf4 pkgver=2.15 -pkgrel=7 +pkgrel=8 pkgdesc="General purpose library and file format for storing scientific data." arch=('i686' 'pentium4' 'x86_64') url="http://www.hdfgroup.org/hdf4.html" license=('custom') _pinned_dependencies=( 'glibc>=2.31' - 'libaec=1.0.5' + 'libaec=1.0.6' 'libjpeg.so=8' 'libtirpc=1.3.2' 'zlib=1:1.2.11' |