summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2020-10-14 09:35:21 -0500
committerDoug Newgard2020-10-14 09:35:21 -0500
commit4e7fdc91a6d354b866dfd8a33d1bd70665e2bc5c (patch)
treec4471023217af8fd6b33a76d68b41e353d705e99 /PKGBUILD
parente923e860eb028a416e50871675c481989a18cea8 (diff)
downloadaur-4e7fdc91a6d354b866dfd8a33d1bd70665e2bc5c.tar.gz
Upstream update to 7.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 534ea191fd9e..daf239521f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
pkgname=grass
-pkgver=7.8.3
+pkgver=7.8.4
pkgrel=1
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
@@ -16,7 +16,7 @@ makedepends=('libxt')
optdepends=('postgresql: PostgreSQL database interface'
'sqlite: SQLite database interface')
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")
-md5sums=('2ca90dcddb0b5a21ac69b3faddc642ca')
+md5sums=('2c90a74ebabb1d4410f70a9c551f53b7')
build() {
cd $pkgname-$pkgver