diff options
Diffstat (limited to 'linux-mox/APKBUILD')
-rw-r--r-- | linux-mox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-mox/APKBUILD b/linux-mox/APKBUILD index f8a95d8..20f9f02 100644 --- a/linux-mox/APKBUILD +++ b/linux-mox/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*.*) _kernver=${pkgver%.*};; *.*) _kernver=$pkgver;; esac -pkgrel=0 +pkgrel=1 pkgdesc="Linux Mox kernel" url="https://www.kernel.org" depends="mkinitfs" |