Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qgis
Commits:
8cd06868 by Antonio Rojas at 2026-01-13T11:44:17+01:00
upgpkg: 3.44.6-1: Upstream update
- - - - -
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.44.4
- pkgrel = 5
+ pkgver = 3.44.6
+ pkgrel = 1
url = https://qgis.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -59,7 +59,7 @@ pkgbase = qgis
depends = zstd
optdepends = fcgi: Map server
optdepends = gpsbabel: GPS Tools plugin
- source = https://qgis.org/downloads/qgis-3.44.4.tar.bz2
- sha256sums =
e54d407c5fe921f31ec69104f8d4abbed310b277379e0a5e20af21d46565da0d
+ source = https://qgis.org/downloads/qgis-3.44.6.tar.bz2
+ sha256sums =
6a7a0ad471b325f0ac364a7256b415013fc23e3ede3e6b152005739a8d273cd3
pkgname = qgis
=====================================
PKGBUILD
=====================================
@@ -10,8 +10,8 @@
# Contributor: Eric Forgeot < http://esclinux.tk >
pkgname=qgis
-pkgver=3.44.4
-pkgrel=5
+pkgver=3.44.6
+pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster &
database formats'
arch=(x86_64)
url='https://qgis.org/'
@@ -78,7 +78,7 @@ optdepends=(
'gpsbabel: GPS Tools plugin'
)
source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2")
-sha256sums=('e54d407c5fe921f31ec69104f8d4abbed310b277379e0a5e20af21d46565da0d')
+sha256sums=('6a7a0ad471b325f0ac364a7256b415013fc23e3ede3e6b152005739a8d273cd3')
build() {
cmake -S $pkgname-$pkgver -B build -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/commit/8cd068683e50a841eeb380bd10d31feb9e57fdfa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/commit/8cd068683e50a841eeb380bd10d31feb9e57fdfa
You're receiving this email because of your account on gitlab.archlinux.org.