Date: Saturday, September 19, 2020 @ 19:37:01 Author: arojas Revision: 710906
Update to 3.14.16 Modified: qgis/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-19 19:02:36 UTC (rev 710905) +++ PKGBUILD 2020-09-19 19:37:01 UTC (rev 710906) @@ -9,7 +9,7 @@ # Contributor: Eric Forgeot < http://esclinux.tk > pkgname=qgis -pkgver=3.14.1 +pkgver=3.14.16 pkgrel=1 pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' url='https://qgis.org/' @@ -27,15 +27,11 @@ 'python-pygments: MetaSearch plugin' 'python-numpy: Processing plugin' 'python-yaml: Processing plugin') -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') +source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2") +sha256sums=('c9915c2e577f1812a2b35b678b123c58407e07824d73e5ec0dda13db7ca75c04') prepare() { [[ -d build ]] || mkdir build - - patch -d $pkgname-$pkgver -p1 -i ../qgis-cmake-3.18.patch # Fix build with cmake 3.18 } build() {
