summaryrefslogtreecommitdiff
path: root/community/ebtables/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ebtables/PKGBUILD')
-rw-r--r--community/ebtables/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
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 <seblu+arch@seblu.net>
# Contributor: Michal Soltys <soltys@ziu.info>
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() {