diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-20 20:40:41 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-20 20:40:41 (GMT) |
commit | 33b73bf31942223ef9c1545947f73c13e9daea56 (patch) | |
tree | ade1159441eea26884fe836b676351227801a668 /abs/core/confuse | |
parent | a294a7e3b35f6d0607956e32704c178c2b3eb2f5 (diff) | |
download | linhes_pkgbuild-33b73bf31942223ef9c1545947f73c13e9daea56.zip linhes_pkgbuild-33b73bf31942223ef9c1545947f73c13e9daea56.tar.gz linhes_pkgbuild-33b73bf31942223ef9c1545947f73c13e9daea56.tar.bz2 |
confuse: rebuild
Diffstat (limited to 'abs/core/confuse')
-rw-r--r-- | abs/core/confuse/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/confuse/PKGBUILD b/abs/core/confuse/PKGBUILD index 2d7f3d7..dcb7056 100644 --- a/abs/core/confuse/PKGBUILD +++ b/abs/core/confuse/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 64161 2012-02-09 16:35:50Z ttopper $ +# $Id$ # Contributor : Ionut Biru <ibiru@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org> @@ -6,14 +6,14 @@ pkgname=confuse pkgver=2.7 -pkgrel=2 +pkgrel=3 pkgdesc="C-library for parsing configuration files" arch=('i686' 'x86_64') 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() { |