Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qgis
Commits:
c72081c9 by Antonio Rojas at 2024-08-25T20:22:16+02:00
upgpkg: 3.38.2-1: Update to 3.38.2
- - - - -
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.1
- pkgrel = 2
+ pkgver = 3.38.2
+ 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.1.tar.bz2
- sha256sums =
c670f90e3929e7f76abe4a19f0dbf8c1b1f24f1b54c15a91839a8d0cedd05137
+ source = https://qgis.org/downloads/qgis-3.38.2.tar.bz2
+ sha256sums =
38abdf9c858e24190caac56171ad1bdea50b30f726144f224a0b7f32c96950d8
pkgname = qgis
=====================================
PKGBUILD
=====================================
@@ -10,8 +10,8 @@
# Contributor: Eric Forgeot < http://esclinux.tk >
pkgname=qgis
-pkgver=3.38.1
-pkgrel=2
+pkgver=3.38.2
+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=('c670f90e3929e7f76abe4a19f0dbf8c1b1f24f1b54c15a91839a8d0cedd05137')
+sha256sums=('38abdf9c858e24190caac56171ad1bdea50b30f726144f224a0b7f32c96950d8')
build() {
cmake -S $pkgname-$pkgver -B build -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/commit/c72081c9516ce4d11c1efa9f64e6d344baec4af0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/commit/c72081c9516ce4d11c1efa9f64e6d344baec4af0
You're receiving this email because of your account on gitlab.archlinux.org.