summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorczk2016-06-06 13:20:46 +0200
committerczk2016-06-06 13:20:46 +0200
commitdb8c2697cc8d377e0f5d7e6e8652efd95210fa04 (patch)
tree152b81e6cbf4c0d1cb71e5b7eb1e7d0afb96c834
parentce9182bee68635503d79c1b82e59962e845ae4b4 (diff)
downloadaur-db8c2697cc8d377e0f5d7e6e8652efd95210fa04.tar.gz
GDAL 2.1.0 has arrived at Arch repo recently.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8597a6704b2c..9064c82aca08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Apr 8 14:16:43 UTC 2016
+# Mon Jun 6 11:15:54 UTC 2016
pkgbase = gdal-grass
- pkgdesc = GRASS raster and vector format support for GDAL 2.x.
- pkgver = 2.0.0
+ pkgdesc = GRASS raster and vector format support for GDAL 2.1.x.
+ pkgver = 2.1.0
pkgrel = 1
url = http://www.gdal.org
arch = i686
arch = x86_64
license = X11/MIT
- depends = gdal>=2.0.0
+ depends = gdal>=2.1.0
depends = grass7
- source = http://download.osgeo.org/gdal/2.0.0/gdal-grass-2.0.0.tar.gz
- md5sums = cbc1a3d6299d7a104c5a34ae2b868ba4
+ source = http://download.osgeo.org/gdal/2.1.0/gdal-grass-2.1.0.tar.gz
+ md5sums = a272099fc145db1e5e7837a96e4e6691
pkgname = gdal-grass
diff --git a/PKGBUILD b/PKGBUILD
index 70bdeef35a84..0079ac0aa28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
pkgname='gdal-grass'
-pkgver='2.0.0'
+pkgver='2.1.0'
pkgrel='1'
-pkgdesc='GRASS raster and vector format support for GDAL 2.x.'
+pkgdesc='GRASS raster and vector format support for GDAL 2.1.x.'
arch=('i686' 'x86_64')
url='http://www.gdal.org'
license=('X11/MIT')
source=("http://download.osgeo.org/gdal/${pkgver}/gdal-grass-${pkgver}.tar.gz")
-depends=('gdal>=2.0.0' 'grass7')
-md5sums=('cbc1a3d6299d7a104c5a34ae2b868ba4')
+depends=('gdal>=2.1.0' 'grass7')
+md5sums=('a272099fc145db1e5e7837a96e4e6691')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"