diff options
author | Erich Eckner <git@eckner.net> | 2016-10-23 10:40:39 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-10-23 10:40:39 +0200 |
commit | 24c9ac4bd130eb564cd51ea95e66dddd2d094835 (patch) | |
tree | 897214c58b5076eb182ae8b003ac165b2c95e6e9 | |
parent | 2578f3b35f4ae876a9dcb7127e80c98bad956e16 (diff) | |
download | archlinuxewe-24c9ac4bd130eb564cd51ea95e66dddd2d094835.tar.xz |
qgis 2.16.3 -> 2.18.0
-rw-r--r-- | qgis/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qgis/PKGBUILD b/qgis/PKGBUILD index bbc259b21..977bfbcc3 100644 --- a/qgis/PKGBUILD +++ b/qgis/PKGBUILD @@ -13,7 +13,7 @@ # You will also need to install osgearth-qt4 or fcgi, respectively, before building. pkgname=qgis -pkgver=2.16.3 +pkgver=2.18.0 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") -sha512sums=('2115ce8cefce20490e53c1d9b9ba7bce77d1167ec150d302a08f8099ddca6dc9631d4fb0f31f2fbe06ea0e8d9f5870918d61447ae74827e4ec5131053f5a6e38') +sha512sums=('7a23ce8c2d118ba286ea9ea77a45ceb89d4020fc38a4be0190083045690421247e422b86c9aa3b57063291f28d0cea9184d7f3c396fd37928109802b3f81af9d') prepare() { cd $pkgname-$pkgver |