From d1d87d2ac643e3dabc251f3cec7d3b00e29b282c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Dec 2011 23:14:44 +0000 Subject: Tue Dec 6 23:14:44 UTC 2011 --- community/ebtables/PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'community/ebtables') diff --git a/community/ebtables/PKGBUILD b/community/ebtables/PKGBUILD index 5b1e406dd..f4cbee592 100644 --- a/community/ebtables/PKGBUILD +++ b/community/ebtables/PKGBUILD @@ -1,29 +1,28 @@ -# $Id: PKGBUILD 59563 2011-11-28 03:11:50Z seblu $ +# $Id: PKGBUILD 60137 2011-12-05 21:42:40Z seblu $ # Maintainer: Sebastien Luttringer # Contributor: Michal Soltys pkgname=ebtables -pkgver='2.0.10_2' -pkgrel=2 +pkgver='2.0.10_3' +pkgrel=1 pkgdesc='Ethernet bridge filtering utilities' arch=('i686' 'x86_64') backup=('etc/conf.d/ebtables') url='http://ebtables.sourceforge.net/' license=('GPL2') +options=('!buildflags') source=( "http://downloads.sourceforge.net/${pkgname}/${pkgname}-v${pkgver/_/-}.tar.gz" 'ebtables.rc' 'ebtables.conf' ) -md5sums=('c5ae7fb75810fd936a5445239e853fd8' +md5sums=('6df055d6476d3ce6bd7eed302a39c40c' '368825c83a2b1180d2223e61b9f3bd07' '86fc3622e6fc0a7a7920c90ff576cc38') build() { cd ${pkgname}-v${pkgver/_/-} - make \ - CFLAGS='-Wunused -Wall -Werror -Wno-error=unused-but-set-variable' \ - LDFLAGS='' + make CFLAGS='-Wunused -Wall -Werror -Wno-error=unused-but-set-variable' } package() { -- cgit v1.2.3-54-g00ecf