diff options
Diffstat (limited to 'community/postgis/PKGBUILD')
-rw-r--r-- | community/postgis/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD index dcda1022d..e15f900e7 100644 --- a/community/postgis/PKGBUILD +++ b/community/postgis/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98497 2013-10-12 06:26:10Z jlichtblau $ +# $Id: PKGBUILD 99962 2013-10-31 02:42:56Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> @@ -12,7 +12,6 @@ url="http://postgis.net/" license=('GPL') depends=('postgresql' 'gdal' 'json-c') changelog=$pkgname.changelog -options=('!libtool') source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) sha256sums=('fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c') |