Date: Saturday, January 9, 2016 @ 06:39:14 Author: jlichtblau Revision: 155760
upgpkg: postgis 2.2.1-1 - new upstream release Modified: postgis/trunk/PKGBUILD postgis/trunk/postgis.changelog -------------------+ PKGBUILD | 4 ++-- postgis.changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-09 05:26:49 UTC (rev 155759) +++ PKGBUILD 2016-01-09 05:39:14 UTC (rev 155760) @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=postgis -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ changelog=$pkgname.changelog options=('!makeflags') source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) -sha256sums=('66f0f8480d535959b8bb9abb5ee5d602d1001413ca770df120baf3de627f9e91') +sha256sums=('0fe500b0250203aac656bfa8f42f8458b63f33258404844e066e0e535988fa09') build() { cd ${pkgname}-${pkgver} Modified: postgis.changelog =================================================================== --- postgis.changelog 2016-01-09 05:26:49 UTC (rev 155759) +++ postgis.changelog 2016-01-09 05:39:14 UTC (rev 155760) @@ -1,3 +1,6 @@ +2016-01-09 Jaroslav Lichtblau <[email protected]> + * postgis-2.2.1-1 + 2015-10-22 Jaroslav Lichtblau <[email protected]> * postgis-2.2.0-1
