summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2018-06-16 17:30:56 -0500
committerDoug Newgard2018-06-16 17:30:56 -0500
commitbcec4a969a441aaba16e8e717b6963fadc1b40ce (patch)
treebb763dec64052d25ecf810e28bf2db20565a7600 /PKGBUILD
parentf8b0a449d8e340a938445446b07420a1d8f8de32 (diff)
downloadaur-bcec4a969a441aaba16e8e717b6963fadc1b40ce.tar.gz
Upstream update to 7.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f61cfdb1d8d4..096d89aac889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Doug Newgard <scimmia at archlinux dot info>
+# Maintainer: Doug Newgard <scimmia at archlinux dot org>
# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
pkgname=grass
-pkgver=7.4.0
+pkgver=7.4.1
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=('15b9eb019d6c132c1a65455b3283cf69')
+md5sums=('bf7add62cbeb05a3ed5ad832344ba524')
prepare() {
cd $pkgname-$pkgver