summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaultDon2016-12-05 14:17:40 -0700
committerSaultDon2016-12-05 14:17:40 -0700
commitf8441f15dcea1c841d7fe4c25f2b0e552eb0c928 (patch)
tree09829e81194bc614117567d5af292924eb4fb789
parentb8a71a6ba0d4643b0dcc44c4e91ba0a3f7095434 (diff)
downloadaur-f8441f15dcea1c841d7fe4c25f2b0e552eb0c928.tar.gz
upstream release 2.3.1 and updated deps
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ade719c355e..9308ecd31ed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 5 21:17:16 UTC 2016
pkgbase = postgis-sfcgal
pkgdesc = Adds support for geographic objects to PostgreSQL and includes SFCGAL support for experimental 3D functions
- pkgver = 2.2.0
+ pkgver = 2.3.1
pkgrel = 1
url = http://postgis.net/
changelog = postgis-sfcgal.changelog
@@ -11,14 +13,13 @@ pkgbase = postgis-sfcgal
depends = gdal
depends = geos
depends = json-c
- depends = cgal
depends = sfcgal
depends = libxml2
depends = libxslt
- provides = postgis=2.2.0
+ provides = postgis=2.3.1
conflicts = postgis
- source = http://download.osgeo.org/postgis/source/postgis-2.2.0.tar.gz
- sha256sums = 66f0f8480d535959b8bb9abb5ee5d602d1001413ca770df120baf3de627f9e91
+ source = http://download.osgeo.org/postgis/source/postgis-2.3.1.tar.gz
+ md5sums = 29d78ebf4542af94ad518508a27d47af
pkgname = postgis-sfcgal
diff --git a/PKGBUILD b/PKGBUILD
index f991bfbe3c6a..67bd19e197e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=postgis-sfcgal
_pkgname=${pkgname%-sfcgal}
-pkgver=2.2.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL and includes SFCGAL support for experimental 3D functions"
arch=('i686' 'x86_64')
url="http://postgis.net/"
license=('GPL')
-depends=('postgresql' 'gdal' 'geos' 'json-c' 'cgal' 'sfcgal' 'libxml2' 'libxslt')
+depends=('postgresql' 'gdal' 'geos' 'json-c' 'sfcgal' 'libxml2' 'libxslt')
changelog=$pkgname.changelog
provides=("$_pkgname=$pkgver")
conflicts=($_pkgname)
source=("http://download.osgeo.org/postgis/source/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('66f0f8480d535959b8bb9abb5ee5d602d1001413ca770df120baf3de627f9e91')
+md5sums=('29d78ebf4542af94ad518508a27d47af')
build() {
cd ${_pkgname}-${pkgver}