Date: Wednesday, April 2, 2014 @ 21:32:48 Author: jlichtblau Revision: 108754
upgpkg: postgis 2.1.2-1 Modified: postgis/trunk/PKGBUILD postgis/trunk/postgis.changelog -------------------+ PKGBUILD | 4 ++-- postgis.changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-02 19:31:01 UTC (rev 108753) +++ PKGBUILD 2014-04-02 19:32:48 UTC (rev 108754) @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=postgis -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('postgresql' 'gdal' 'json-c') changelog=$pkgname.changelog source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) -sha256sums=('f55acf056362e7e78766bec7a403e02a3b6b087a6d18b4222647b6a932d5c945') +sha256sums=('0bf842824815d9155129dcdda0a940ae3b7698c114e6e4a1cc2497527d0704d1') build() { cd ${pkgname}-${pkgver} Modified: postgis.changelog =================================================================== --- postgis.changelog 2014-04-02 19:31:01 UTC (rev 108753) +++ postgis.changelog 2014-04-02 19:32:48 UTC (rev 108754) @@ -1,3 +1,6 @@ +2014-04-02 Jaroslav Lichtblau <[email protected]> + * postgis-2.1.2-1 + 2013-11-11 Jaroslav Lichtblau <[email protected]> * postgis-2.1.1-1
