summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2018-01-19 11:10:56 -0600
committerDoug Newgard2018-01-19 11:10:56 -0600
commit2482766474f406b4c3739bb3d0948ba8b8905f0e (patch)
treef137b323950688bd3ec52ceedcad8f0a23a83555
parentbee43c644a58155de4ab6e080bbf042133db2f0c (diff)
downloadaur-2482766474f406b4c3739bb3d0948ba8b8905f0e.tar.gz
Upstream update to 2.18.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acc62d3eaeb0..f898261f1b5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qgis
pkgdesc = Geographic Information System (GIS) that supports vector, raster & database formats
- pkgver = 2.18.15
- pkgrel = 2
+ pkgver = 2.18.16
+ pkgrel = 1
url = https://qgis.org/
arch = i686
arch = x86_64
@@ -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.15.tar.bz2
- md5sums = fd82e49e7ebbb391811bc5b14eb8daa5
+ source = https://qgis.org/downloads/qgis-2.18.16.tar.bz2
+ md5sums = 5c751e4aa9cd8e4119fea6e216065a26
pkgname = qgis
diff --git a/PKGBUILD b/PKGBUILD
index 9402fb1ec9f3..b47886885493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
# You will also need to install osgearth-qt4 or fcgi, respectively, before building.
pkgname=qgis
-pkgver=2.18.15
-pkgrel=2
+pkgver=2.18.16
+pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='https://qgis.org/'
license=('GPL')
@@ -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=('fd82e49e7ebbb391811bc5b14eb8daa5')
+md5sums=('5c751e4aa9cd8e4119fea6e216065a26')
prepare() {
cd $pkgname-$pkgver