summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2018-04-23 00:00:01 -0500
committerDoug Newgard2018-04-23 00:01:15 -0500
commitc36a177c19757514d59a7c6bbe7e29a3f8d27712 (patch)
treecab08f3ade36fee8e1c2d489fe3c438df280c8d3 /PKGBUILD
parent98e049143316d817e6fdb7fb0ea421db9909a6ae (diff)
downloadaur-c36a177c19757514d59a7c6bbe7e29a3f8d27712.tar.gz
Upstream update to 2.18.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 572b94fb40d1..a6675efeafaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=qgis-ltr
_pkgname=${pkgname//-ltr}
-pkgver=2.18.18
+pkgver=2.18.19
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats; Long Term Release'
url='https://qgis.org/'
@@ -24,6 +24,7 @@ depends=('expat' 'gcc-libs' 'gdal' 'geos' 'glibc' 'libspatialite' 'postgresql-li
makedepends=('cmake' 'gsl' 'perl' 'txt2tags')
optdepends=('gpsbabel: GPS Tool plugin'
'gsl: Georeferencer plugin'
+ 'python2-gdal: DB Manager plugin; Processing plugin'
'python2-jinja: MetaSearch plugin'
'python2-owslib: MetaSearch plugin'
'python2-psycopg2: DB Manager plugin; Processing plugin'
@@ -34,7 +35,7 @@ optdepends=('gpsbabel: GPS Tool plugin'
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=("https://qgis.org/downloads/$_pkgname-$pkgver.tar.bz2")
-md5sums=('297a0bf4e04e00f7f8d091691499f69d')
+md5sums=('49a5d6803974f1adefe98ed9af55db1e')
prepare() {
cd $_pkgname-$pkgver