[arch-commits] Commit in qgis/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jun 19 15:24:03 UTC 2021
Date: Saturday, June 19, 2021 @ 15:24:03
Author: jlichtblau
Revision: 965521
upgpkg: qgis 3.20.0-1 - new upstream release
Modified:
qgis/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-19 15:06:54 UTC (rev 965520)
+++ PKGBUILD 2021-06-19 15:24:03 UTC (rev 965521)
@@ -9,8 +9,8 @@
# Contributor: Eric Forgeot < http://esclinux.tk >
pkgname=qgis
-pkgver=3.18.3
-pkgrel=2
+pkgver=3.20.0
+pkgrel=1
pkgdesc='Geographic Information System (GIS) that supports vector, raster & database formats'
url='https://qgis.org/'
license=('GPL')
@@ -26,14 +26,14 @@
source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2"
'qgis-qwtpolar-link.patch::https://github.com/qgis/QGIS/commit/75e7e6ca.patch'
'qgis-proj8.patch')
-sha256sums=('8935ba2a658aee44286b39af43d4e6ec7c389e780ed2f352cbea60f99ced0b9f'
+sha256sums=('7decdacb7d6d2cb905b5302bbbc5ed6f64e9739ab2793cb585dc95670ab3f737'
'0dc0d21ce484932819ce52dae28f09eb797fb4a04e4618ca4319f0ceef553a80'
'58f58b5e43cc9f13b55bf2a9742b3c7cb555eee3c4075611980f0496cfd24c89')
-prepare() {
- patch -d $pkgname-$pkgver -p1 < qgis-qwtpolar-link.patch # https://github.com/qgis/QGIS/issues/41910
- patch -d $pkgname-$pkgver -p1 < qgis-proj8.patch # https://github.com/qgis/QGIS/issues/41735
-}
+# prepare() {
+# # patch -d $pkgname-$pkgver -p1 < qgis-qwtpolar-link.patch # https://github.com/qgis/QGIS/issues/41910
+# # patch -d $pkgname-$pkgver -p1 < qgis-proj8.patch # https://github.com/qgis/QGIS/issues/41735
+# }
build() {
cmake -S $pkgname-$pkgver -B build -G Ninja \
More information about the arch-commits
mailing list