diff options
author | root <root@rshg054.dnsready.net> | 2012-05-07 00:01:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-07 00:01:27 +0000 |
commit | 9d0c8979390868a2913fc8830a9f62a45174746b (patch) | |
tree | 33eda0748e0df77a2c70b81836fb1097b44c00c9 /community/geos/PKGBUILD | |
parent | f37e773fe397778858ea8d51601554863c252536 (diff) |
Mon May 7 00:01:27 UTC 2012
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 cd1e9fa9d..7c3a81189 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 64216 2012-02-10 11:57:59Z arodseth $ +# $Id: PKGBUILD 70399 2012-05-05 14:32:15Z 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.2 +pkgver=3.3.3 pkgrel=1 pkgdesc="C++ port of the Java Topology Suite" arch=('x86_64' 'i686') @@ -13,7 +13,7 @@ license=('LGPL') depends=('gcc-libs' 'bash') options=('!libtool' '!emptydirs') source=("http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2") -sha256sums=('ec64d3a92540a1618aa3b91dc1235caae1c370ec23afd59a2734062bf182ed5b') +sha256sums=('dfcf4bd70ab212a5b7bad21d01b84748f101a545092b56dafdc3882ef3bddec9') build() { cd "$srcdir/$pkgname-$pkgver" |