summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2015-09-30 12:27:10 -0500
committerDoug Newgard2015-09-30 12:27:10 -0500
commitef8bef058401853c6732115208a954fa2f676555 (patch)
tree73dbdedb6dbf01348ebf8bae959794e36bc20720 /PKGBUILD
parentcee95988851607c89b5532c88b0a8299254863b2 (diff)
downloadaur-ef8bef058401853c6732115208a954fa2f676555.tar.gz
Use upstream checksum and bump pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e983a753066d..07ea47d64f80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=grass
pkgver=7.0.1
-pkgrel=3
+pkgrel=4
_shortver=${pkgver%.*}
_shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
@@ -14,7 +14,7 @@ depends=('fftw' 'gdal' 'glu' 'wxpython' 'python2-pillow')
makedepends=('libxt')
optdepends=('postgresql: PostgreSQL database interface')
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")
-sha256sums=('0987dd1618fde24b05785a502c7db8c09401a522a7a3ee50543068fab4eb405f')
+md5sums=('bda8f612443a935b9da78dba85733db4')
prepare() {
cd $pkgname-$pkgver