diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-21 08:57:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-21 09:47:32 +0000 |
commit | 8898367cc732e2f8a0047144334bf7e6e7ff9726 (patch) | |
tree | 967c1ec7ed1dad619012875256d293ba37711b57 | |
parent | c5ca01cc269c6a615ba19a7f61be53769c606691 (diff) | |
download | aports-8898367cc732e2f8a0047144334bf7e6e7ff9726.tar.bz2 aports-8898367cc732e2f8a0047144334bf7e6e7ff9726.tar.xz |
main/linux-grsec: rebuild to fix depends in subpackages
-rw-r--r-- | main/linux-grsec/APKBUILD | 2 |
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" |