diff options
Diffstat (limited to 'community/confuse/PKGBUILD')
-rw-r--r-- | community/confuse/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD index 2d7f3d77b..d3b9d85c9 100644 --- a/community/confuse/PKGBUILD +++ b/community/confuse/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 64161 2012-02-09 16:35:50Z ttopper $ +# $Id: PKGBUILD 99717 2013-10-30 23:13:11Z allan $ # Contributor : Ionut Biru <ibiru@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org> @@ -13,7 +13,7 @@ url="http://www.nongnu.org/confuse" license=('LGPL') depends=('glibc') source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz") -options=('!libtool' '!emptydirs') +options=('!emptydirs') md5sums=('45932fdeeccbb9ef4228f1c1a25e9c8f') build() { |