summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 826722c40a70..9683b73c8c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# You will also need to install osgearth or fcgi, respectively, before building.
pkgname=qgis
-pkgver=2.14.1
+pkgver=2.14.2
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='http://qgis.org/'
@@ -25,17 +25,12 @@ makedepends=('cmake' 'txt2tags' 'perl')
optdepends=('gpsbabel: GPS Tool plugin'
'python2-pyspatialite: Processing plugin'
'python2-yaml: Processing plugin')
-source=("http://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"
- 'https://github.com/qgis/QGIS/commit/fc6559aa053317cda8ced657c3013a0d4c6549e9.patch')
-md5sums=('60e0708650303f28fdfe84b555c41c18'
- 'e57b70e88a0cb4e99e9fb4910b7d932d')
+source=("http://qgis.org/downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('be8427d171adb07f454e9f3eea349dea')
prepare() {
cd $pkgname-$pkgver
- # Fix for sip 4.18
- patch -Np1 -i ../fc6559aa053317cda8ced657c3013a0d4c6549e9.patch
-
# Fix references to "python"
sed -i 's/\(env \|\/usr\/bin\/\)python$/&2/' $(find . -iname "*.py")
sed -i 's/python /python2 /' scripts/pyuic4-wrapper.sh