From 9ddf3e5a94b0848cdf9e6ffcc586576bb614bc13 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Sep 2012 00:23:17 -0700 Subject: Tue Sep 25 00:23:14 PDT 2012 --- community/postgis/PKGBUILD | 10 +++++----- community/postgis/postgis.changelog | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'community/postgis') 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 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea 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 + * Rebuild for PostgreSQL 9.2.x + * Update to minor release 2.0.1 + 2012-05-31 Andrea Scarpino * Add JSON-C support * Build utils (FS#25836) -- cgit v1.2.3-54-g00ecf