summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2017-05-08 09:43:24 -0500
committerDoug Newgard2017-05-08 09:43:24 -0500
commitdb63e582f1ed0c64da2cd2233315168078ecddbb (patch)
treeed9eec93c84ecd7435042a72adbcdced8f971c2e /PKGBUILD
parent2da2ac0d35254a284c1319389adc7fac9a8b591e (diff)
downloadaur-db63e582f1ed0c64da2cd2233315168078ecddbb.tar.gz
Bump to 7.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4fc3dbff0af..6ece68d8fe22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,21 @@
# Contributor: Maciej Sieczka <msieczka at sieczka dot org>
pkgname=grass
-pkgver=7.2.0
+pkgver=7.2.1
pkgrel=1
_shortver=${pkgver%.*}; _shortver=${_shortver/./}
pkgdesc='Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization'
arch=('i686' 'x86_64')
url='http://grass.osgeo.org/'
license=('GPL')
-depends=('cairo' 'fftw' 'fontconfig' 'freetype2' 'gcc-libs' 'gdal' 'geos' 'glibc' 'glu' 'libpng' 'libtiff' 'libx11' 'libgl' 'netcdf' 'proj' 'python2-pillow' 'readline' 'subversion' 'wxpython' 'zlib')
+depends=('cairo' 'fftw' 'fontconfig' 'freetype2' 'gcc-libs' 'gdal' 'geos' 'glibc' 'glu' 'libpng'
+ 'libtiff' 'libx11' 'libgl' 'netcdf' 'proj' 'python2-pillow' 'readline' 'subversion'
+ 'wxpython' 'zlib')
makedepends=('libxt')
optdepends=('postgresql: PostgreSQL database interface'
'sqlite: SQLite database interface')
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")
-md5sums=('9ba295bbf2d8d84ad46fced1597814df')
+md5sums=('5c858c718d40a4f3e82741e60c9f7b97')
prepare() {
cd $pkgname-$pkgver