aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-03-21 08:57:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-03-21 09:47:32 +0000
commit8898367cc732e2f8a0047144334bf7e6e7ff9726 (patch)
tree967c1ec7ed1dad619012875256d293ba37711b57 /main
parentc5ca01cc269c6a615ba19a7f61be53769c606691 (diff)
downloadaports-8898367cc732e2f8a0047144334bf7e6e7ff9726.tar.bz2
aports-8898367cc732e2f8a0047144334bf7e6e7ff9726.tar.xz
main/linux-grsec: rebuild to fix depends in subpackages
Diffstat (limited to 'main')
-rw-r--r--main/linux-grsec/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index 5db237bc1a..464c3dcf63 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -7,7 +7,7 @@ case $pkgver in
*.*.*) _kernver=${pkgver%.*};;
*.*) _kernver=${pkgver};;
esac
-pkgrel=1
+pkgrel=2
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
depends="mkinitfs"