summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2022-10-16 21:05:02 +0200
committerJoan Figueras2022-10-16 21:05:02 +0200
commit0709b339fd034f847d5bb0ee897d6b7b04bf4b45 (patch)
treecef8d86a248ae9128ca8af8f02bd0c660f1b5b95
parente6566526b6096a7f0a1d57990f78ba708643b95f (diff)
downloadaur-0709b339fd034f847d5bb0ee897d6b7b04bf4b45.tar.gz
Fixed _branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279371147db7..4401ef083ac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 3c1c1f75ec5f..2c7699fbc46c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)'