summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2016-08-26 23:23:18 -0500
committerDoug Newgard2016-08-26 23:23:18 -0500
commit90633fda92302b63d2fdc9813e0e1ac9b481300e (patch)
tree3a64d9b2684de816430c7f1919e4cca11b007eed
parent643ea49b1aecbb6c6da3c2645fce3ce16456e577 (diff)
downloadaur-90633fda92302b63d2fdc9813e0e1ac9b481300e.tar.gz
Bump to 2.16.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 369773efccc0..8d711ee8f88e 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.1
+ pkgver = 2.16.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.16.1.tar.bz2
- md5sums = 78d17e670e22825374e3f829fc120f45
+ source = https://qgis.org/downloads/qgis-2.16.2.tar.bz2
+ md5sums = e2a24b2c41af83dcc5b26fcd0e63366b
pkgname = qgis
diff --git a/PKGBUILD b/PKGBUILD
index 8e6726ac48f2..2c20911236c8 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.1
+pkgver=2.16.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=('78d17e670e22825374e3f829fc120f45')
+md5sums=('e2a24b2c41af83dcc5b26fcd0e63366b')
prepare() {
cd $pkgname-$pkgver