summaryrefslogtreecommitdiff
path: root/community/postgis
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-25 00:23:17 -0700
committerroot <root@rshg054.dnsready.net>2012-09-25 00:23:17 -0700
commit9ddf3e5a94b0848cdf9e6ffcc586576bb614bc13 (patch)
tree6b81ad2acdf24efb0e3a131110ebe97d4b9ed599 /community/postgis
parent8f0a971364bf8fee254a13a94adf2bfa9173e804 (diff)
Tue Sep 25 00:23:14 PDT 2012
Diffstat (limited to 'community/postgis')
-rw-r--r--community/postgis/PKGBUILD10
-rw-r--r--community/postgis/postgis.changelog4
2 files changed, 9 insertions, 5 deletions
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
index 39464ea8e..3b99be7b8 100644
--- a/community/postgis/PKGBUILD
+++ b/community/postgis/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 71631 2012-05-31 14:23:54Z andrea $
+# $Id: PKGBUILD 76606 2012-09-24 15:07:54Z dan $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=postgis
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('i686' 'x86_64')
url="http://postgis.org/"
license=('GPL')
-depends=('postgresql' 'gdal' 'json-c')
+depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
changelog=$pkgname.changelog
options=('!libtool')
source=("http://postgis.org/download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('12179e24e348421c60c501590fda25bd349e2f697003958d9493f5c91b280081')
+sha256sums=('32d181bbf0e648fe31c95b3dd23f7e4e49094d93cb4278fdf71c8feed4e9593c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog
index 13d851351..4e12d69f7 100644
--- a/community/postgis/postgis.changelog
+++ b/community/postgis/postgis.changelog
@@ -1,3 +1,7 @@
+2012-09-24 Dan McGee <dan@archlinux.org>
+ * Rebuild for PostgreSQL 9.2.x
+ * Update to minor release 2.0.1
+
2012-05-31 Andrea Scarpino <andrea@archlinux.org>
* Add JSON-C support
* Build utils (FS#25836)