diff options
Diffstat (limited to 'qgis')
-rw-r--r-- | qgis/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qgis/PKGBUILD b/qgis/PKGBUILD index b69fd4e62..bbc259b21 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.2 +pkgver=2.16.3 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") -md5sums=('e2a24b2c41af83dcc5b26fcd0e63366b') +sha512sums=('2115ce8cefce20490e53c1d9b9ba7bce77d1167ec150d302a08f8099ddca6dc9631d4fb0f31f2fbe06ea0e8d9f5870918d61447ae74827e4ec5131053f5a6e38') prepare() { cd $pkgname-$pkgver |