diff options
author | Erich Eckner <git@eckner.net> | 2017-10-27 14:49:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-27 14:49:40 +0200 |
commit | 794f41b583bb177a391f0ff1090d31ca3821631a (patch) | |
tree | 2e86f517d2da31113319b5db5fc475da68414525 /qgis/PKGBUILD | |
parent | da549b283355f6c157dce2267a1ee2ae4e243943 (diff) | |
download | archlinuxewe-794f41b583bb177a391f0ff1090d31ca3821631a.tar.xz |
qgis: 2.18.13-1 -> 2.18.14-1
Diffstat (limited to 'qgis/PKGBUILD')
-rw-r--r-- | qgis/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qgis/PKGBUILD b/qgis/PKGBUILD index edecdfa63..3ae8b9894 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.13 +pkgver=2.18.14 pkgrel=1 pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' url='http://qgis.org/' @@ -35,7 +35,7 @@ optdepends=('gpsbabel: GPS Tool plugin' 'python2-pyspatialite: Processing plugin' 'python2-yaml: Processing plugin') source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2") -sha512sums=('8497518a086ee119c5458475661163ef28c8cacc9c3de48ac985c0efb6ec8d7490fc49eb9738bc9fe8989e0eb5be2178c0e87c9c94c9a029bbe5bd1fb3c1e98d') +sha512sums=('da738ae25f1207441a52091af9a3e70fd17f95704a23e27f72ee4c7ba213fd9ccf2d6685d91c34f94c555ca2dce420d6a07840b1fa682d6b960abdf3ba177036') prepare() { cd $pkgname-$pkgver |