qgis: update to 3.36.3.

This commit is contained in:
Gonzalo Tornaría 2024-05-25 13:33:12 -03:00 committed by Andrew J. Hesford
parent aa482915d0
commit 6ccba5d90a
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'qgis'
pkgname=qgis
version=3.36.1
version=3.36.3
revision=1
build_style=cmake
configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True
@ -29,7 +29,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="GPL-2.0-only"
homepage="https://qgis.org"
distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz"
checksum=96c47cd21ffc7bdced6eb5acc183540b834ce6a3b04d1bbab6bb45e52ff7b75f
checksum=8fd8add9ac36ff3e9eb5e4cae35a8f9eb40c57a7fe9ccebbba22708afe2d4555
post_install() {
mv ${DESTDIR}/usr/share/qgis/python ${DESTDIR}/usr/lib/qgis/

3
srcpkgs/qgis/update Normal file
View File

@ -0,0 +1,3 @@
site=https://github.com/qgis/QGIS/releases
pattern='/final-\K[0-9_.]*(?=")'