diff options
Diffstat (limited to 'community/gdal/PKGBUILD')
-rw-r--r-- | community/gdal/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index 44b8ea42e..bd5a0b10d 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 90772 2013-05-13 19:16:06Z bpiotrowski $ +# $Id: PKGBUILD 91067 2013-05-18 16:29:28Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> pkgname=gdal -pkgver=1.9.2 -pkgrel=3 +pkgver=1.10.0 +pkgrel=1 pkgdesc="A translator library for raster geospatial data formats" arch=('i686' 'x86_64') url="http://www.gdal.org/" @@ -18,15 +18,15 @@ optdepends=('postgresql: postgresql database support' 'swig: perl binding support') options=('!libtool') changelog=$pkgname.changelog -source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz +source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz gdal-1.5.1-python-install.patch) -md5sums=('3f39db89f4710269b3a8bf94178e07aa' - '81afc1c26d29cee84aadb6924fe33861') +sha256sums=('1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487' + '55a0a961b2d1caddf80f18b6763a96690b0b6443fbd5a0c89e29503ded3bcea6') build() { export CFLAGS="$CFLAGS -fno-strict-aliasing" - # bug 23654 +# bug 23654 export LDFLAGS="$LDFLAGS -Wl,--as-needed" cd "${srcdir}/$pkgname-$pkgver" @@ -60,7 +60,7 @@ package () { #FS15477 clean up junks rm -f "${pkgdir}"/usr/bin/*.dox - # Remove RPATH +# Remove RPATH chrpath --delete "${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so chrpath --delete "${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so chrpath --delete "${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so |