summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a2502c66b28..a05c47959ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Lubomir Krajcovic <lubomir.krajcovic(AT)gmail(DOT)com>
# Contributor: Vladimir Kutyavin <vlkut(AT)bk(DOT)ru>
pkgname=xtables-addons-dkms
-pkgver=3.21
+pkgver=3.22
pkgrel=1
pkgdesc='DKMS for additional extensions for Xtables packet filter present in the Linux kernel'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ conflicts=(xtables-addons xtables-addons-git xtables-addons-multikernel)
replaces=(xtables-addons xtables-addons-git xtables-addons-multikernel)
source=(https://inai.de/files/${pkgname%-dkms}/${pkgname%-dkms}-${pkgver}.tar.xz
dkms.conf)
-sha256sums=('2e09ac129a14f5e9c23b115ebcdfff4aa84e2aeba1268dbdf39b2d752bd71e19'
+sha256sums=('faa16a27166275afbfe8df605f55c3a81ac693bf19da674d45ceded4137ae217'
'87546f6d100a33271086d3bc990a2a1e4de83e25fb4a048774c520f4c36729e6')
prepare() {
@@ -35,7 +35,7 @@ build() {
cd "${srcdir}/xtables-addons-${pkgver}"
# build userspace parts
- ./autogen.sh
+ autoreconf -fvi
./configure \
--prefix=/usr \
--sysconfdir=/etc \