postgis: update to 2.1.8

This commit is contained in:
gnastyle 2015-08-08 01:42:03 +02:00
parent 4a01b77a03
commit 7da6971fd2

View File

@ -1,7 +1,7 @@
# Contributions from Arch: https://www.archlinux.org/packages/community/x86_64/postgis/
pkgname=postgis
pkgver=2.1.5
pkgver=2.1.8
pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('x86_64')
@ -9,7 +9,7 @@ url="http://postgis.refractions.net/"
license=('GPL')
depends=('postgresql' 'proj' 'geos' 'gdal' 'json-c' 'jasper' 'unixodbc')
source=(http://download.osgeo.org/postgis/source/$pkgname-$pkgver.tar.gz)
sha256sums=('0d0e27f72f12b8dba456fbde25ed0f6913f42baf57332a7f1b9bbc6f29fddbf4')
sha512sums=('e8aeb739a1ecf95b224a3908d2af3aa38933b56c63713af30d14243653745436165b418a3368601a699b744f6fe61ce645c980319eb159395d68166a3815c5f4')
build() {
cd ${srcdir}/$pkgname-$pkgver