summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2016-07-29 09:58:04 -0500
committerDoug Newgard2016-07-29 09:58:04 -0500
commit643ea49b1aecbb6c6da3c2645fce3ce16456e577 (patch)
tree8dfd9a0c364d65f7edcec5d9b5f2575db16567f2 /PKGBUILD
parent8fdc448cb9988c07c2ac146305000ce302f1434f (diff)
downloadaur-643ea49b1aecbb6c6da3c2645fce3ce16456e577.tar.gz
Bump to 2.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46fc70b39ec4..8e6726ac48f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# You will also need to install osgearth-qt4 or fcgi, respectively, before building.
pkgname=qgis
-pkgver=2.16.0
+pkgver=2.16.1
pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='http://qgis.org/'
@@ -32,17 +32,12 @@ optdepends=('gpsbabel: GPS Tool plugin'
'python2-psycopg2: Processing plugin'
'python2-pyspatialite: Processing plugin'
'python2-yaml: Processing plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"
- 'https://github.com/qgis/QGIS/commit/1cff3b57f023b90513f00e44a03b2f1340ac8ff1.patch')
-md5sums=('33547fe3a0a0a87de209702a9bb60fcc'
- 'cef83c9ae72b4288f73e6133ec78716b')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2")
+md5sums=('78d17e670e22825374e3f829fc120f45')
prepare() {
cd $pkgname-$pkgver
- # Fix building with a single process
- patch -p1 -i ../1cff3b57f023b90513f00e44a03b2f1340ac8ff1.patch
-
# Fix references to "python"
sed -i 's/\(env \|\/usr\/bin\/\)python$/&2/' $(find . -iname "*.py")