From 209da3ed277464d8bdf5458eaa41d3019b218a02 Mon Sep 17 00:00:00 2001 From: gnastyle Date: Mon, 3 Oct 2016 22:12:28 +0200 Subject: [PATCH] grass: update to 7.0.5 --- grass/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grass/PKGBUILD b/grass/PKGBUILD index 788c898ea..b8bfaafc1 100644 --- a/grass/PKGBUILD +++ b/grass/PKGBUILD @@ -1,8 +1,8 @@ # Contributions from AUR: https://aur.archlinux.org/packages/grass70-svn/ pkgname=grass -pkgver=7.0.4 -pkgrel=2 +pkgver=7.0.5 +pkgrel=1 _shortver=${pkgver%.*}; _shortver=${_shortver/./} pkgdesc="GRASS GIS: geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization." arch=('x86_64') @@ -21,7 +21,7 @@ optdepends=('r: R language interface; see http://grasswiki.osgeo.org/wiki/R_stat 'lapack: required for GMATH library' 'lesstif: motif support') source=("http://grass.osgeo.org/grass70/source/${pkgname}-${pkgver}.tar.gz") -md5sums=('843e8942c14aa7473380ea70c9b0ec52') +sha1sums=('9dac2a7ee5b6d593512039f758a4ace80b8f86f7') prepare() {