summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2015-10-09 08:24:25 -0500
committerDoug Newgard2015-10-09 08:24:25 -0500
commitbc7a0904bfed4fd01e0b304da2c45d5c50a6406a (patch)
treeb79f8eb2ac0f474280a8f2e3e78f7478333d258f /PKGBUILD
parentcfc83063c3a15375471b53ca93452dbd2fcaf1b1 (diff)
downloadaur-bc7a0904bfed4fd01e0b304da2c45d5c50a6406a.tar.gz
Add subversion dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3464a7073527..1a3d210b5084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=grass
pkgver=7.0.1
-pkgrel=5
+pkgrel=6
_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=('fftw' 'gdal' 'glu' 'wxpython' 'python2-pillow')
+depends=('fftw' 'gdal' 'glu' 'python2-pillow' 'subversion' 'wxpython')
makedepends=('libxt')
optdepends=('postgresql: PostgreSQL database interface')
source=("http://grass.osgeo.org/grass$_shortver/source/$pkgname-$pkgver.tar.gz")