diff options
-rwxr-xr-x | hdf4/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hdf4/PKGBUILD b/hdf4/PKGBUILD index 12886e046..b237ba226 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=14 +pkgrel=15 pkgdesc="General purpose library and file format for storing scientific data." arch=('i686' 'pentium4' 'x86_64') url="http://www.hdfgroup.org/hdf4.html" @@ -18,10 +18,10 @@ _pinned_dependencies=( 'zlib=1:1.2.13' ) _pinned_dependencies_i686=( - 'gcc-libs=12.2.0' + 'gcc-libs=12.2.1' ) _pinned_dependencies_pentium4=( - 'gcc-libs=12.2.0' + 'gcc-libs=12.2.1' ) depends=('java-environment' "${_pinned_dependencies[@]}") depends_i686=("${_pinned_dependencies_i686[@]}") |