diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-11-23 16:33:38 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-11-23 16:33:38 -0500 |
commit | 89f967b20995b56ff7ac23a8ccbc6e76d589f01e (patch) | |
tree | 4fd8603fb916feea0f6e82013735e6101c2dee50 | |
parent | 5496969d166e38a6f186ed2e76a456fe49086dbc (diff) |
spatialindex-1.8.5-1: updating version
-rw-r--r-- | pcr/spatialindex/PKGBUILD | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pcr/spatialindex/PKGBUILD b/pcr/spatialindex/PKGBUILD index 2e107db42..6cde5eb70 100644 --- a/pcr/spatialindex/PKGBUILD +++ b/pcr/spatialindex/PKGBUILD @@ -1,9 +1,11 @@ -# Contributor (Arch): Lantald <lantald at Gmx dot com> -# Maintainer : Omar Vega Ramos <ovruni@gnu.org.pe> +# Original Maintainer (Arch): Lantald <lantald at Gmx dot com> +# Maintainer (Arch): Danilo <aur at dbrgn dot ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=spatialindex -pkgver=1.8.4 +pkgver=1.8.5 pkgrel=1 -pkgdesc="An extensible framework that supports robust spatial indexing methods and sophisticated spatial queries." +pkgdesc='An extensible framework that supports robust spatial indexing methods and sophisticated spatial queries.' arch=('i686' 'x86_64') url="http://libspatialindex.github.com/" license=('MIT') @@ -12,8 +14,8 @@ provides=(spatialindex) conflicts=(libspatialindex-git) source=("http://download.osgeo.org/libspatialindex/$pkgname-src-$pkgver.tar.gz" 'LICENSE') -md5sums=('b17f86d9a49f284fe403c19b36fb5d89' - '6a9a7d8158edbf1529ca46aae5a76752') +sha256sums=('7caa46a2cb9b40960f7bc82c3de60fa14f8f3e000b02561b36cbf2cfe6a9bfef' + '170961cdd7754bed14e465eff7d4f22c5df11d8d104310a56a7ee3ab201bc279') build() { cd "$srcdir/$pkgname-src-$pkgver/" |