summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59cb12e197e2..70f891b43ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-amd-raven
- pkgver = 4.20.0
+ pkgver = 4.20.1
pkgrel = 1
url = http://www.kernel.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = linux-amd-raven
makedepends = git
makedepends = libelf
options = !strip
- source = git+https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
+ source = git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
source = config.x86_64
source = linux-amd-raven.preset
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bf7eba5f5079..fc01c81bb3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=linux-amd-raven
_srcname=linux
-pkgver=4.20.0
+pkgver=4.20.1
pkgrel=1
arch=('x86_64')
url="http://www.kernel.org/"
@@ -10,7 +10,10 @@ license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf')
options=('!strip')
-source=('git+https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux'
+#https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-4.19.y
+
+#source=('git+https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux'
+source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git'
# the main kernel config files
'config.x86_64'
# standard config files for mkinitcpio ramdisk
@@ -28,7 +31,7 @@ pkgver() {
prepare() {
cd "${_srcname}"
#We want to base this on the release
- git checkout tags/v4.20
+ git checkout tags/v4.20.1
if [ "${CARCH}" = "x86_64" ]; then
cat "${srcdir}/config.x86_64" > ./.config
else