summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2019-07-27 15:30:18 +0200
committerStephan Springer2019-07-27 15:30:18 +0200
commit35f2c9f24ab1b7926f156ac3dc4457fd5f369d93 (patch)
tree5f038b791c8bb013384aa5c8b61c69873b49800c /PKGBUILD
parent256952f6a7b664ed7ff7c1439a07dfc7c9a80c44 (diff)
downloadaur-35f2c9f24ab1b7926f156ac3dc4457fd5f369d93.tar.gz
update to version 3.4.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1431db3699a..3142133f2a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
_pkgname=qgis
pkgname="$_pkgname"-ltr
-pkgver=3.4.9
+pkgver=3.4.10
pkgrel=1
pkgdesc='Geographic Information System (GIS); Long Term Release'
url='https://qgis.org/'
@@ -34,12 +34,16 @@ optdepends=('fcgi: Map server'
'python-yaml: Processing plugin')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-source=("https://qgis.org/downloads/$_pkgname-$pkgver.tar.bz2")
+source=("https://qgis.org/downloads/$_pkgname-$pkgver.tar.bz2"
+ fix-include.diff)
# curl https://qgis.org/downloads/qgis-latest-ltr.tar.bz2.md5
-md5sums=('7b0839498e244a2e08353346d4c2edf6')
+md5sums=('01595b6ef39dccd0fab4321e792aa834'
+ '610bb88927095876c3f83020cdca523c')
prepare() {
mkdir -p build
+ # patch from https://github.com/qgis/QGIS/issues/30316
+ patch -d "$_pkgname-$pkgver" -p0 <fix-include.diff
}
build() {