diff --git a/postgis/PKGBUILD b/postgis/PKGBUILD index 854592cc6..3c0c82f1c 100644 --- a/postgis/PKGBUILD +++ b/postgis/PKGBUILD @@ -1,7 +1,7 @@ # Contributions from Arch: https://www.archlinux.org/packages/community/x86_64/postgis/ pkgname=postgis -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL') options=('!makeflags') depends=('postgresql' 'proj' 'geos' 'gdal' 'json-c' 'jasper' 'unixodbc') source=(http://download.osgeo.org/postgis/source/$pkgname-$pkgver.tar.gz) -sha256sums=('0fe500b0250203aac656bfa8f42f8458b63f33258404844e066e0e535988fa09') +sha256sums=('40232391f8f66a6dc740ebb26088e568c8ccb663666998616c71c3bdaeed4163') build() {