postgis: update to 2.2.2

This commit is contained in:
gnastyle 2016-03-25 20:46:36 +01:00
parent 285fe278ef
commit b1567319be

View File

@ -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() {