summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-10-09 08:24:25 -0500
committerDoug Newgard2015-10-09 08:24:25 -0500
commitbc7a0904bfed4fd01e0b304da2c45d5c50a6406a (patch)
treeb79f8eb2ac0f474280a8f2e3e78f7478333d258f
parentcfc83063c3a15375471b53ca93452dbd2fcaf1b1 (diff)
downloadaur-bc7a0904bfed4fd01e0b304da2c45d5c50a6406a.tar.gz
Add subversion dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37ac60053ffb..399853382b65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grass
pkgdesc = Geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization
pkgver = 7.0.1
- pkgrel = 5
+ pkgrel = 6
url = http://grass.osgeo.org/
arch = i686
arch = x86_64
@@ -10,8 +10,9 @@ pkgbase = grass
depends = fftw
depends = gdal
depends = glu
- depends = wxpython
depends = python2-pillow
+ depends = subversion
+ depends = wxpython
optdepends = postgresql: PostgreSQL database interface
source = http://grass.osgeo.org/grass70/source/grass-7.0.1.tar.gz
md5sums = bda8f612443a935b9da78dba85733db4
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")