diff options
Diffstat (limited to 'community/nfacct/PKGBUILD')
-rw-r--r-- | community/nfacct/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/nfacct/PKGBUILD b/community/nfacct/PKGBUILD index e6e58955d..aba2b9572 100644 --- a/community/nfacct/PKGBUILD +++ b/community/nfacct/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90530 2013-05-13 00:24:07Z seblu $ +# $Id: PKGBUILD 99928 2013-10-31 02:31:30Z allan $ # Maintainer: Sébastien Luttringer # Contributor: Alessandro Sagratini <ale_sagra@hotmail.com> @@ -10,7 +10,6 @@ arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/nfacct/' license=('GPL2') depends=('libnetfilter_acct') -options=(!libtool) source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2") md5sums=('992e863409d144350dbc8f0554a0f478') |