diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-16 00:24:12 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-16 00:24:12 -0500 |
commit | 79ca438750ab88664277cb3e74445c9f75b1a4ad (patch) | |
tree | 3fc53d7a662757f5a3327f5f4be83a741c8d41cb /pcr/spatialindex | |
parent | 5206bedbe67e1c2cb9b588dbeed28ef3f5301e4e (diff) | |
download | abslibre-79ca438750ab88664277cb3e74445c9f75b1a4ad.tar.gz abslibre-79ca438750ab88664277cb3e74445c9f75b1a4ad.tar.bz2 abslibre-79ca438750ab88664277cb3e74445c9f75b1a4ad.zip |
spatialindex-1.8.4-1: updating version
Diffstat (limited to 'pcr/spatialindex')
-rw-r--r-- | pcr/spatialindex/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/spatialindex/PKGBUILD b/pcr/spatialindex/PKGBUILD index a8b2f6fce..2e107db42 100644 --- a/pcr/spatialindex/PKGBUILD +++ b/pcr/spatialindex/PKGBUILD @@ -1,9 +1,10 @@ -# Maintainer (Arch): Lantald <lantald at Gmx dot com> +# Contributor (Arch): Lantald <lantald at Gmx dot com> +# Maintainer : Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=spatialindex -pkgver=1.8.0 +pkgver=1.8.4 pkgrel=1 pkgdesc="An extensible framework that supports robust spatial indexing methods and sophisticated spatial queries." -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://libspatialindex.github.com/" license=('MIT') depends=(gcc-libs) @@ -11,7 +12,7 @@ provides=(spatialindex) conflicts=(libspatialindex-git) source=("http://download.osgeo.org/libspatialindex/$pkgname-src-$pkgver.tar.gz" 'LICENSE') -md5sums=('aa78e2c641c472df257f49cd140669c4' +md5sums=('b17f86d9a49f284fe403c19b36fb5d89' '6a9a7d8158edbf1529ca46aae5a76752') build() { |