diff options
Diffstat (limited to 'community/geos/PKGBUILD')
-rw-r--r-- | community/geos/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index 08b44619c..ead6223e9 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 88623 2013-04-20 17:34:23Z jlichtblau $ +# $Id: PKGBUILD 96649 2013-09-02 18:54:25Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=geos -pkgver=3.3.8 +pkgver=3.4.2 pkgrel=1 pkgdesc="C++ port of the Java Topology Suite" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ depends=('gcc-libs' 'bash') options=('!libtool' '!emptydirs') changelog=$pkgname.changelog source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('ebecd4d1a71bcc28e5e883296cd8c52a80d5596335e74728f320989734fa503b') +sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53') build() { cd ${srcdir}/$pkgname-$pkgver |