summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorczk2015-10-09 23:10:10 +0200
committerczk2015-10-09 23:15:14 +0200
commitc37467559fed4795162ded869bffc1322a9a1949 (patch)
treea58ee91853104dfed22aefd256e6065fe6e8c54b
parent3633263819c9c7d2c8f00488af8e9186d84f7068 (diff)
downloadaur-c37467559fed4795162ded869bffc1322a9a1949.tar.gz
g.extension needs subversion
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d24a46d92e..4625731c5cb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grass6
pkgdesc = GRASS GIS 6.4.5: geospatial data management and analysis, image processing, graphics/maps production, spatial modeling and visualization.
pkgver = 6.4.5
- pkgrel = 2
+ pkgrel = 3
url = https://grass.osgeo.org
arch = i686
arch = x86_64
@@ -34,6 +34,7 @@ pkgbase = grass6
depends = python2-numpy
depends = python2-matplotlib
depends = python2-pillow
+ depends = subversion
optdepends = r: R language interface; see http://grasswiki.osgeo.org/wiki/R_statistics
optdepends = mariadb: MySQL database interface
optdepends = ffmpeg: ffmpeg support
diff --git a/PKGBUILD b/PKGBUILD
index ea3d2ed59807..1fa0a7d06777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='grass6'
pkgver='6.4.5'
-pkgrel='2'
+pkgrel='3'
pkgdesc="GRASS GIS ${pkgver}: geospatial data management and analysis, image \
processing, graphics/maps production, spatial modeling and visualization."
arch=('i686' 'x86_64')
@@ -15,7 +15,8 @@ provides=("$pkgname")
depends=('zlib' 'freetype2' 'cfitsio' 'fftw' 'gdal' 'geos' 'glu' 'libjpeg'
'libpng' 'libtiff' 'libxmu' 'mesa' 'postgresql' 'proj' 'tcl' 'tk'
'wxpython2.8' 'wxgtk2.8' 'xorg-server' 'cairo' 'unixodbc' 'bc' 'xml2'
- 'python2' 'python2-numpy' 'python2-matplotlib' 'python2-pillow')
+ 'python2' 'python2-numpy' 'python2-matplotlib' 'python2-pillow'
+ 'subversion')
makedepends=('doxygen')