summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2019-12-14 17:26:21 -0600
committerDoug Newgard2019-12-14 17:26:21 -0600
commitcfb2669bec2a8de23d16778b31f26bf5726eb822 (patch)
treece3ce8c3d52f81517f759534961b89135f4f1692 /PKGBUILD
parentfd202d70374d83dbc6654ecaf811f9c22f8f0643 (diff)
downloadaur-cfb2669bec2a8de23d16778b31f26bf5726eb822.tar.gz
Upstream update to 7.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b8474d96375..92249193b2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
pkgname=grass
-pkgver=7.8.1
+pkgver=7.8.2
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=('e8ba9a0780024f8ce25243113ec80c09')
+md5sums=('352acc82e0651b1f44628c865c89ba82')
build() {
cd $pkgname-$pkgver