summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2017-08-18 23:35:08 -0500
committerDoug Newgard2017-08-18 23:35:08 -0500
commitf519981f801bc8eb882aac6302ba744b5a591f24 (patch)
treea8f4d00178697faf3113674011742a58e769ccd0
parent89ae1a31d161c4b18fbb61f3f5167f68e894cf8c (diff)
downloadaur-f519981f801bc8eb882aac6302ba744b5a591f24.tar.gz
Upstream update to 2.18.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f4f1405603f..3ee432269444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qgis
pkgdesc = Geographic Information System (GIS) that supports vector, raster & database formats
- pkgver = 2.18.11
+ pkgver = 2.18.12
pkgrel = 1
url = http://qgis.org/
arch = i686
@@ -43,8 +43,8 @@ pkgbase = qgis
optdepends = python2-psycopg2: Processing plugin
optdepends = python2-pyspatialite: Processing plugin
optdepends = python2-yaml: Processing plugin
- source = https://qgis.org/downloads/qgis-2.18.11.tar.bz2
- md5sums = 17198afc84d5ed3722383ae4bef38fc6
+ source = https://qgis.org/downloads/qgis-2.18.12.tar.bz2
+ md5sums = cdd07ba6c4b3599d8de1048af148121b
pkgname = qgis
diff --git a/PKGBUILD b/PKGBUILD
index dc2efe49dea7..5cc669479126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# You will also need to install osgearth-qt4 or fcgi, respectively, before building.
pkgname=qgis
-pkgver=2.18.11
+pkgver=2.18.12
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='http://qgis.org/'
@@ -34,7 +34,7 @@ optdepends=('gpsbabel: GPS Tool plugin'
'python2-pyspatialite: Processing plugin'
'python2-yaml: Processing plugin')
source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('17198afc84d5ed3722383ae4bef38fc6')
+md5sums=('cdd07ba6c4b3599d8de1048af148121b')
prepare() {
cd $pkgname-$pkgver