summaryrefslogtreecommitdiff
path: root/qgis/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-18 21:37:32 +0200
committerErich Eckner <git@eckner.net>2017-09-18 21:37:32 +0200
commitb7e4c262f4ec60c6d0d3b657c5797f714b5770cc (patch)
tree3c720d537a45725eaf1d175d9634e07c0910b9db /qgis/PKGBUILD
parentfbd352c490836782d9d1147ded596b54b21261c8 (diff)
downloadarchlinuxewe.git.save-b7e4c262f4ec60c6d0d3b657c5797f714b5770cc.tar.xz
qgis 2.18.12-1 -> 2.18.13-1
Diffstat (limited to 'qgis/PKGBUILD')
-rw-r--r--qgis/PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/qgis/PKGBUILD b/qgis/PKGBUILD
index 003e35a6..edecdfa6 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.12
+pkgver=2.18.13
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='http://qgis.org/'
@@ -35,14 +35,11 @@ optdepends=('gpsbabel: GPS Tool plugin'
'python2-pyspatialite: Processing plugin'
'python2-yaml: Processing plugin')
source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2")
-sha512sums=('e34dd98d0d0aa5fdf1f980dbc1376c25a9a7ffaa59b1a2eba8423e7f44bc039b547f3f65368178a8c485fa34526dd9fece2e09d9372fed3b9a758f7286b690ea')
+sha512sums=('8497518a086ee119c5458475661163ef28c8cacc9c3de48ac985c0efb6ec8d7490fc49eb9738bc9fe8989e0eb5be2178c0e87c9c94c9a029bbe5bd1fb3c1e98d')
prepare() {
cd $pkgname-$pkgver
- # Build with current sip
- sed -i '18 s|^|//|' python/core/qgscoordinatetransform.sip
-
# Make sure we find the -qt4 versions of qwt and qwtpolar
sed -i '/QWT_LIBRARY_NAMES/ s/qwt /qwt-qt4 /' cmake/FindQwt.cmake
sed -i '/PATH_SUFFIXES/ s/qwt$/&-qt4/;/LIBRARY NAMES/ s/qwtpolar/&-qt4/' cmake/FindQwtPolar.cmake