diff options
Diffstat (limited to 'community/postgis')
-rw-r--r-- | community/postgis/PKGBUILD | 8 | ||||
-rw-r--r-- | community/postgis/postgis.changelog | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD index e15f900e7..f3b5a4098 100644 --- a/community/postgis/PKGBUILD +++ b/community/postgis/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 99962 2013-10-31 02:42:56Z allan $ +# $Id: PKGBUILD 100837 2013-11-11 18:56:33Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> pkgname=postgis -pkgver=2.1.0 -pkgrel=2 +pkgver=2.1.1 +pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" arch=('i686' 'x86_64' 'mips64el') url="http://postgis.net/" @@ -13,7 +13,7 @@ license=('GPL') depends=('postgresql' 'gdal' 'json-c') changelog=$pkgname.changelog source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) -sha256sums=('fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c') +sha256sums=('f55acf056362e7e78766bec7a403e02a3b6b087a6d18b4222647b6a932d5c945') build() { cd ${pkgname}-${pkgver} diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog index ce4c3b267..bb9b27fdd 100644 --- a/community/postgis/postgis.changelog +++ b/community/postgis/postgis.changelog @@ -1,3 +1,6 @@ +2013-11-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * postgis-2.1.1-1 + 2013-08-22 Maxime Gauduin <alucryd@gmail.com> * postgis-2.1.0-1 * Fixes FS#35816 |