diff options
Diffstat (limited to 'community/postgis/PKGBUILD')
-rw-r--r-- | community/postgis/PKGBUILD | 10 |
1 files changed, 5 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}" |