Date: Sunday, February 17, 2019 @ 10:38:05 Author: arojas Revision: 434023
Update to 3.4.4, rebuild with qscintilla 2.11.1, fix build with sip 4.19.14 Modified: qgis/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-17 10:37:28 UTC (rev 434022) +++ PKGBUILD 2019-02-17 10:38:05 UTC (rev 434023) @@ -9,7 +9,7 @@ # Contributor: Eric Forgeot < http://esclinux.tk > pkgname=qgis -pkgver=3.4.3 +pkgver=3.4.4 pkgrel=1 pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' url='https://qgis.org/' @@ -28,11 +28,16 @@ 'python-pygments: MetaSearch plugin' 'python-numpy: Processing plugin' 'python-yaml: Processing plugin') -source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2") -sha256sums=('56e3b9c75aedb027e81f5fb71f5cccbe87144e0b7376c6816a1e8664aa998d8b') +source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2" + qgis-sip-4.19.14.patch::"https://github.com/qgis/QGIS/commit/1a87fce3.patch") +sha256sums=('f47d2bf714f4397b272ab6bad874dcbb5fc305cdfcc78a04e8e0c3255d67bcda' + '065f473287cc6cc334e1f1cd8a28b603df345ac133560599c9435521e44b23e3') prepare() { [[ -d build ]] || mkdir build + + cd $pkgname-$pkgver + patch -p1 -i ../qgis-sip-4.19.14.patch # Fix build with SIP 4.19.14 } build() {
