diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-15 19:31:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-15 19:31:37 +0000 |
commit | 8bb6b8980f85079bbfa272811bea4c59cee5636c (patch) | |
tree | 03969bfcb0a5e3b229c7ddc8d3f926bf57a20ab5 /community/virtualbox-guest-modules-hardened | |
parent | 8cc36352f18b4d4ce66dba5f84ec46c73fc7a64f (diff) | |
download | aports-8bb6b8980f85079bbfa272811bea4c59cee5636c.tar.bz2 aports-8bb6b8980f85079bbfa272811bea4c59cee5636c.tar.xz |
community/virtualbox-guest-modules-hardened: fix _kpkgrel
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 d186c63576..b313c02615 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.28 -_kpkgrel=0 +_kpkgrel=1 # when chaning _ver we *must* bump _mypkgrel _ver=5.1.14 |