diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-04-27 08:44:42 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-04-27 08:44:42 +0000 |
commit | a07da753957573d128ef1a39bc6a078701147b18 (patch) | |
tree | f0afd46083b2221c3ff21de6907c7303b56ff278 /community/virtualbox-guest-modules-hardened | |
parent | 52118f66311d912bd685fac87b4ae77d89865e35 (diff) | |
download | aports-a07da753957573d128ef1a39bc6a078701147b18.tar.bz2 aports-a07da753957573d128ef1a39bc6a078701147b18.tar.xz |
main/linux-hardened (and friends): update pkgrel, drop linux-grsec provides as it creates a loop with fake package
Diffstat (limited to 'community/virtualbox-guest-modules-hardened')
-rw-r--r-- | community/virtualbox-guest-modules-hardened/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/virtualbox-guest-modules-hardened/APKBUILD b/community/virtualbox-guest-modules-hardened/APKBUILD index 2b01cfc48b..7c9d2fd797 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -4,7 +4,7 @@ _flavor=${FLAVOR:-hardened} _kpkg=linux-$_flavor _kver=4.9.24 -_kpkgrel=1 +_kpkgrel=2 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.14 |