Date: Thursday, August 6, 2020 @ 10:42:02 Author: arojas Revision: 670826
Update to 3.14.1 Modified: qgis/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-06 10:41:36 UTC (rev 670825) +++ PKGBUILD 2020-08-06 10:42:02 UTC (rev 670826) @@ -9,8 +9,8 @@ # Contributor: Eric Forgeot < http://esclinux.tk > pkgname=qgis -pkgver=3.14.0 -pkgrel=2 +pkgver=3.14.1 +pkgrel=1 pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' url='https://qgis.org/' license=(GPL) @@ -27,11 +27,15 @@ 'python-pygments: MetaSearch plugin' 'python-numpy: Processing plugin' 'python-yaml: Processing plugin') -source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2") -sha256sums=('1b76c5278def0c447c3d354149a2afe2562ac26cf0bcbe69b9e0528356d407b8') +source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2" + qgis-cmake-3.18.patch::"https://github.com/qgis/QGIS/commit/f38f5f6a.patch") +sha256sums=('300746917b7bfd33612e1d9ca91b831100cc06879343f8174d31eb0bec985e85' + 'a1b5cd166f7700fc53be4e1bc75f0153c548c165bd9e46784f35c5f8ce153ca3') prepare() { [[ -d build ]] || mkdir build + + patch -d $pkgname-$pkgver -p1 -i ../qgis-cmake-3.18.patch # Fix build with cmake 3.18 } build() {
