summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2016-09-23 21:30:05 -0500
committerDoug Newgard2016-09-23 21:30:05 -0500
commit153f30dc07ffe9f02435bbd054d421321eac969a (patch)
treedc4254aa76ed738dc3f666fd1b46aaa5d268f54e
parent90633fda92302b63d2fdc9813e0e1ac9b481300e (diff)
downloadaur-153f30dc07ffe9f02435bbd054d421321eac969a.tar.gz
Bump to 2.16.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d711ee8f88e..b8bc1292851a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qgis
pkgdesc = Geographic Information System (GIS) that supports vector, raster & database formats
- pkgver = 2.16.2
+ pkgver = 2.16.3
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.16.2.tar.bz2
- md5sums = e2a24b2c41af83dcc5b26fcd0e63366b
+ source = https://qgis.org/downloads/qgis-2.16.3.tar.bz2
+ md5sums = 50a1799c6eb8c90eeeda4affedeea49c
pkgname = qgis
diff --git a/PKGBUILD b/PKGBUILD
index 2c20911236c8..e3d58ccd670e 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.16.2
+pkgver=2.16.3
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=('e2a24b2c41af83dcc5b26fcd0e63366b')
+md5sums=('50a1799c6eb8c90eeeda4affedeea49c')
prepare() {
cd $pkgname-$pkgver