summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhdf4/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/hdf4/PKGBUILD b/hdf4/PKGBUILD
index 264e678ca..bbcc6dd8e 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=11
+pkgrel=12
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.12'
)
_pinned_dependencies_i686=(
- 'gcc-libs=12.1.0'
+ 'gcc-libs=12.1.1'
)
_pinned_dependencies_pentium4=(
- 'gcc-libs=12.1.0'
+ 'gcc-libs=12.1.1'
)
depends=('java-environment' "${_pinned_dependencies[@]}")
depends_i686=("${_pinned_dependencies_i686[@]}")