summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2018-08-07 19:35:07 +0700
committerKonstantin Shalygin2018-08-07 19:35:07 +0700
commitef062104a4c3722edec636a506bfd57b0649bbe9 (patch)
tree674a7bf6bc57cf939dd229c3bcd6c2613e9befc0 /PKGBUILD
parentf77dec8e4559bc5a6d470c1b9973f53007a9a8f5 (diff)
downloadaur-ef062104a4c3722edec636a506bfd57b0649bbe9.tar.gz
Update scripts due archlinux kernel PKGBUILD changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d524b65a15c..7df81e11fc62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='ipt_iftag'
-pkgver=6.04d141a
+pkgver=9.abea132
pkgrel=1
pkgdesc='Netfilter extension that can operate on groups of interfaces.'
arch=('any')
@@ -14,7 +14,7 @@ source=("${pkgname}::git+${url}")
sha256sums=('SKIP')
install="${pkgname}.install"
_linux_custom="ARCH"
-_kernver="`pacman -Ql linux| awk '/(\/modules\/)([0-9.-])+-'${_linux_custom}'\/$/ {print $2}'`"
+_kernver="`pacman -Ql linux| awk '/(\/modules\/)([0-9.-])+-(.*)-'${_linux_custom}'\/$/ {print $2}'`"
pkgver() {
cd "${srcdir}/${pkgname}"