summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Kuster2021-01-25 01:12:41 -0800
committerOliver Kuster2021-01-25 01:12:41 -0800
commitf3e0c8206a871d451d0750ef4046808ea05c8496 (patch)
tree85103a3dd2859d5d3542f950199824d5f58862ce /PKGBUILD
parent85538c38c8f873f67d0a8296793c01ecff1c30bd (diff)
downloadaur-qgis-grass-plugin.tar.gz
Update support for qgis-3.16.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6969762b4cbe..30e51d982c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,18 +11,18 @@
pkgname=qgis-grass-plugin
_pkgname=qgis
-pkgver=3.16.0
+pkgver=3.16.3
pkgrel=1
pkgdesc='QGIS grass plugin resources.'
url='https://qgis.org/'
license=(GPL)
arch=(x86_64)
# there are probably way more dependencies here, but they should already be included by the packages below..
-depends=(qgis=3.16.0 gdal grass)
+depends=("qgis>=3.16.3" gdal grass)
makedepends=(cmake txt2tags)
optdepends=()
source=("https://qgis.org/downloads/$_pkgname-$pkgver.tar.bz2")
-sha256sums=('ce8dfee5af989cfa2af4d087ab64d5e4022e928e847ee083e07cc9e8646ef1da')
+sha256sums=('fd57314c1913639f02b64df03eef041172aa220f249e318da3849fc71ada4d04')
prefix="/usr"