diff options
-rw-r--r-- | testing/ipt-netflow-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD index 8c50f61745..0653d9d7aa 100644 --- a/testing/ipt-netflow-grsec/APKBUILD +++ b/testing/ipt-netflow-grsec/APKBUILD @@ -3,7 +3,7 @@ _flavor=grsec _kpkg=linux-$_flavor -_kver=3.8.10 +_kver=3.8.11 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel @@ -33,7 +33,7 @@ license=GPL-2 source="ipt-netflow-$_ver.tar.gz::https://github.com/RushOnline/ipt-netflow/archive/v$_ver.tar.gz constify.patch" depends="$_kpkg-dev=$_kpkgver" -makedepends="linux-${_flavor}-dev iptables-dev bash" +makedepends="linux-${_flavor}-dev=$_kpkgver iptables-dev bash" install_if="$_kpkg=$_kpkgver ipt-netflow" _builddir="$srcdir"/ipt-netflow-$_ver |