diff options
author | Erich Eckner <git@eckner.net> | 2016-11-26 13:02:25 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-11-26 13:02:25 +0100 |
commit | ade3500401a729ccde0695d28514a1f2b1599d9c (patch) | |
tree | 36d9d89607b060532dd507951dc696018f211324 | |
parent | 8360c0f1cc6c19260b7cc16c4ba856e5577bc5d2 (diff) | |
download | archlinuxewe-ade3500401a729ccde0695d28514a1f2b1599d9c.tar.xz |
qgis 2.18.0 -> 2.18.1
-rw-r--r-- | qgis/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qgis/PKGBUILD b/qgis/PKGBUILD index 977bfbcc3..c6b170b72 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.18.0 +pkgver=2.18.1 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=('7a23ce8c2d118ba286ea9ea77a45ceb89d4020fc38a4be0190083045690421247e422b86c9aa3b57063291f28d0cea9184d7f3c396fd37928109802b3f81af9d') +sha512sums=('95aa5ba23eb1b434b279dcfc0a84b30fbf1dacc1f7a2b582ac72dc4a8a3d943b6dfe605248c0c99cee44f5310e0a34169082995cde521fecc9b1aa28da597971') prepare() { cd $pkgname-$pkgver |