community/gdal to 2.1.2-1

This commit is contained in:
Kevin Mihelich 2017-04-24 19:03:28 +00:00
parent 3b2149b3a1
commit bade0f7142

View file

@ -8,8 +8,8 @@
# - use uname in path in removing rpath in packaging
pkgname=gdal
pkgver=2.1.1
pkgrel=4
pkgver=2.1.2
pkgrel=1
pkgdesc="A translator library for raster geospatial data formats"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
@ -23,7 +23,7 @@ optdepends=('postgresql: postgresql database support'
options=('!emptydirs')
changelog=$pkgname.changelog
source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('87ce516ce757ad1edf1e21f007fbe232ed2e932af422e9893f40199711c41f92')
sha256sums=('b597f36bd29a2b4368998ddd32b28c8cdf3c8192237a81b99af83cc17d7fa374')
prepare() {
cd "${srcdir}"/$pkgname-$pkgver