summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2016-12-16 09:03:24 -0600
committerDoug Newgard2016-12-16 09:03:24 -0600
commit21e79d74afc11d29fbe4af816e1ebf49abc17938 (patch)
tree58836e1682f91b21ec06bb51c99323f83dbcfa63
parent62e893d9ba7f7a1e8177fa27cd680dd2acbc4060 (diff)
downloadaur-21e79d74afc11d29fbe4af816e1ebf49abc17938.tar.gz
Bump to 2.18.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e171f9c1a183..2a57daee3e22 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.1
+ pkgver = 2.18.2
pkgrel = 1
url = http://qgis.org/
arch = i686
@@ -30,8 +30,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.1.tar.bz2
- md5sums = 97a1bd221adc665b054436142cb7f067
+ source = https://qgis.org/downloads/qgis-2.18.2.tar.bz2
+ md5sums = b09e8ed02f721585673bdf00864099ee
pkgname = qgis
diff --git a/PKGBUILD b/PKGBUILD
index 38a60a44f932..4ee9d754135a 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.1
+pkgver=2.18.2
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='http://qgis.org/'
@@ -33,7 +33,7 @@ optdepends=('gpsbabel: GPS Tool plugin'
'python2-pyspatialite: Processing plugin'
'python2-yaml: Processing plugin')
source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2")
-md5sums=('97a1bd221adc665b054436142cb7f067')
+md5sums=('b09e8ed02f721585673bdf00864099ee')
prepare() {
cd $pkgname-$pkgver