mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qgis: update to 3.36.3.
This commit is contained in:
parent
aa482915d0
commit
6ccba5d90a
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qgis'
|
# Template file for 'qgis'
|
||||||
pkgname=qgis
|
pkgname=qgis
|
||||||
version=3.36.1
|
version=3.36.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True
|
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"
|
license="GPL-2.0-only"
|
||||||
homepage="https://qgis.org"
|
homepage="https://qgis.org"
|
||||||
distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz"
|
distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz"
|
||||||
checksum=96c47cd21ffc7bdced6eb5acc183540b834ce6a3b04d1bbab6bb45e52ff7b75f
|
checksum=8fd8add9ac36ff3e9eb5e4cae35a8f9eb40c57a7fe9ccebbba22708afe2d4555
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/share/qgis/python ${DESTDIR}/usr/lib/qgis/
|
mv ${DESTDIR}/usr/share/qgis/python ${DESTDIR}/usr/lib/qgis/
|
||||||
|
|
3
srcpkgs/qgis/update
Normal file
3
srcpkgs/qgis/update
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
site=https://github.com/qgis/QGIS/releases
|
||||||
|
pattern='/final-\K[0-9_.]*(?=")'
|
||||||
|
|
Loading…
Add table
Reference in a new issue