summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c5c14d161c0..23946770b313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = linux-slim
makedepends = libelf
makedepends = lzop
options = !strip
- source = git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=v6.6.1
source = config.x86_64
source = linux-slim.preset
source = linux.install
diff --git a/PKGBUILD b/PKGBUILD
index f8d13f1f2da2..b4ef7524223c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf' 'lzop'
options=('!strip')
source=(
- #'git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=$gitver'
- 'git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
+ "git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=$gitver"
+ #'git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
# the main kernel config files
'config.x86_64'
# standard config files for mkinitcpio ramdisk