Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qgis
Commits: 0cfe43cd by Antonio Rojas at 2024-11-05T23:22:21+01:00 upgpkg: 3.40.0-1: Update to 3.40.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = qgis pkgdesc = Geographic Information System (GIS) that supports vector, raster & database formats - pkgver = 3.38.3 - pkgrel = 2 + pkgver = 3.40.0 + pkgrel = 1 url = https://qgis.org/ arch = x86_64 license = GPL @@ -48,7 +48,7 @@ pkgbase = qgis depends = draco optdepends = fcgi: Map server optdepends = gpsbabel: GPS Tools plugin - source = https://qgis.org/downloads/qgis-3.38.3.tar.bz2 - sha256sums = d72d07a39729d97d8d3f536301819a4ca9c2c00f9f396e9022a5ec4356d828bf + source = https://qgis.org/downloads/qgis-3.40.0.tar.bz2 + sha256sums = 14a6c224ad6519b807f4c2cbdd3697c40fd1e114d439eef8b3ed11e7dc5260c3 pkgname = qgis ===================================== PKGBUILD ===================================== @@ -10,8 +10,8 @@ # Contributor: Eric Forgeot < http://esclinux.tk > pkgname=qgis -pkgver=3.38.3 -pkgrel=2 +pkgver=3.40.0 +pkgrel=1 pkgdesc="Geographic Information System (GIS) that supports vector, raster & database formats" arch=(x86_64) url="https://qgis.org/" @@ -27,7 +27,7 @@ optdepends=('fcgi: Map server' source=( https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2 ) -sha256sums=('d72d07a39729d97d8d3f536301819a4ca9c2c00f9f396e9022a5ec4356d828bf') +sha256sums=('14a6c224ad6519b807f4c2cbdd3697c40fd1e114d439eef8b3ed11e7dc5260c3') build() { cmake -S $pkgname-$pkgver -B build -G Ninja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/commit/0cfe43cd99e9f8971f92a42c7e14cfcaeeda8073 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/commit/0cfe43cd99e9f8971f92a42c7e14cfcaeeda8073 You're receiving this email because of your account on gitlab.archlinux.org.