community/gdal to 2.1.1-1

This commit is contained in:
Kevin Mihelich 2016-08-05 12:44:29 +00:00
parent 0aa9022187
commit fc4687ed62
3 changed files with 6 additions and 15 deletions

View file

@ -7,11 +7,9 @@
# - drop poppler, currently breaks build
# - use uname in path in removing rpath in packaging
#delete obsolete .patch file from svn
pkgname=gdal
pkgver=2.1.0
pkgrel=2
pkgver=2.1.1
pkgrel=1
pkgdesc="A translator library for raster geospatial data formats"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
@ -25,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=('568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03')
sha256sums=('87ce516ce757ad1edf1e21f007fbe232ed2e932af422e9893f40199711c41f92')
prepare() {
cd "${srcdir}"/$pkgname-$pkgver

View file

@ -1,10 +0,0 @@
--- swig/python/GNUmakefile.orig 2010-04-24 01:22:07.000000000 +0200
+++ swig/python/GNUmakefile 2010-05-05 19:14:58.000000000 +0200
@@ -72,5 +72,5 @@
ifeq ($(PY_HAVE_SETUPTOOLS),1)
- $(PYTHON) setup.py install
+ $(PYTHON) setup.py install --root=$(DESTDIR)
else
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix)
endif

View file

@ -1,3 +1,6 @@
2016-08-02 Jaroslav Lichtblau <svetlemodry@archlinux.org>
* gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild
2016-06-05 Jaroslav Lichtblau <svetlemodry@archlinux.org>
* gdal 2.1.0-2 cfitsio 3.390 rebuild