summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkikislater2023-08-05 09:55:06 +0400
committerkikislater2023-08-05 09:55:06 +0400
commit8694b45454c953b121c8cb7e9a4ee2c456d65c53 (patch)
treee98a0b2d9516766f30dae656bbe5529fcd11c6ab /PKGBUILD
parent26faf942f943f857c7e4e63181b64bd7b37b3692 (diff)
downloadaur-8694b45454c953b121c8cb7e9a4ee2c456d65c53.tar.gz
Upstream update to 8.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa4a759c2851..bdbaf19562ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
pkgname=grass
-pkgver=8.2.1
-pkgrel=3
+pkgver=8.3.0
+pkgrel=1
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ makedepends=('libxt' 'postgresql-libs')
optdepends=('postgresql: PostgreSQL database interface'
'sqlite: SQLite database interface')
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")
-sha512sums=('3d48519881d2ad0862185aa7541f39fd5ba19e53918655962b66855b330d693a1cfe9370c0283eefd49a2813e5e9f3399edc03e4e1e15518106342b3b105c661')
+b2sums=('dc918958333387356ec655c0f12f18654522976ab0b942fb1751fca5b49d4d06a7ec63f83e890b75f7c509ba128da58587e532554ba99d59b6cefd6bbf111415')
build() {
cd $pkgname-$pkgver