diff options
Diffstat (limited to 'community/geos/PKGBUILD')
-rw-r--r-- | community/geos/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/geos/PKGBUILD b/community/geos/PKGBUILD index ead6223e9..c86c15bb8 100644 --- a/community/geos/PKGBUILD +++ b/community/geos/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96649 2013-09-02 18:54:25Z jlichtblau $ +# $Id: PKGBUILD 99758 2013-10-30 23:32:00Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Contributor: William Rea <sillywilly@gmail.com> @@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://trac.osgeo.org/geos/" license=('LGPL') depends=('gcc-libs' 'bash') -options=('!libtool' '!emptydirs') +options=('!emptydirs') changelog=$pkgname.changelog source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2) sha256sums=('15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53') |