Date: Sunday, January 24, 2021 @ 18:23:50 Author: arojas Revision: 828870
Update to 3.16.3 Modified: qgis/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-24 18:22:59 UTC (rev 828869) +++ PKGBUILD 2021-01-24 18:23:50 UTC (rev 828870) @@ -9,8 +9,8 @@ # Contributor: Eric Forgeot < http://esclinux.tk > pkgname=qgis -pkgver=3.16.2 -pkgrel=2 +pkgver=3.16.3 +pkgrel=1 pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats' url='https://qgis.org/' license=(GPL) @@ -22,7 +22,7 @@ optdepends=('fcgi: Map server' 'gpsbabel: GPS Tools plugin') source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2") -sha256sums=('13592d8b538dcd7d7ded71c3aea0c295c0c35022885398b440f9895b0f1ef67c') +sha256sums=('fd57314c1913639f02b64df03eef041172aa220f249e318da3849fc71ada4d04') build() { cmake -B build -S $pkgname-$pkgver \
