Fixed _branch

This commit is contained in:
Joan Figueras 2022-10-16 21:05:02 +02:00
parent e6566526b6
commit 0709b339fd
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ pkgbase = linux-xanmod
makedepends = tar
makedepends = xz
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-6.0.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-6.0.tar.sign
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.0.tar.sign
source = https://github.com/xanmod/linux/releases/download/6.0.2-xanmod1/patch-6.0.2-xanmod1.xz
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886

View File

@ -73,7 +73,7 @@ fi
pkgbase=linux-xanmod
_major=6.0
pkgver=${_major}.2
_branch=5.x
_branch=6.x
xanmod=1
pkgrel=${xanmod}
pkgdesc='Linux Xanmod - Current Stable (CURRENT)'