summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-10-16 18:19:30 -0400
committergraysky2019-10-16 18:19:30 -0400
commit260a8ffbf976c054e4e269b6639ef4b72d6d0b91 (patch)
tree46a39fb5dd82bbcd653e579d17a3f93bb02ba937
parentba105d9840a57fb2b24a940828821e325684bbe9 (diff)
downloadaur-260a8ffbf976c054e4e269b6639ef4b72d6d0b91.tar.gz
Update to 5.3.7rc1-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d323af4f2c97..bc7ee69e9d68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-rc
pkgver = 5.3.7rc1
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -9,7 +9,8 @@ pkgbase = linux-rc
makedepends = bc
makedepends = libelf
options = !strip
- source = patch-5.3.7-rc1.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=linux-5.3.y&id2=v5.3.6
+ source = https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.3.7-rc1.xz
+ source = https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.3.7-rc1.sign
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.6.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.3.6.tar.sign
source = config
@@ -20,7 +21,8 @@ pkgbase = linux-rc
source = 0002-Bluetooth-hidp-Fix-assumptions-on-the-return-value-o.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = eecbbe579170889ba84e3024808b00fd74eba7523bcebe6682d9f71d64ab3825
+ sha256sums = 127e21828c3727b7ddc16ef3182960985a1c44f532c375bb83abc6f28a04a827
+ sha256sums = SKIP
sha256sums = e84021a94784de7bb10e4251fb1a87859a8d1c97bd78fb55ad47ab6ce475ec1f
sha256sums = SKIP
sha256sums = 7d09d1d79a4ecb82502b4483cf989ede3f643e05613de45e12563dfe85d80423
diff --git a/PKGBUILD b/PKGBUILD
index 51e2afa53c40..4a5c9aacfa52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgbase=linux-rc
-pkgrel=1
+pkgrel=2
_srcname=linux-5.3
_major=5.3
_minor=6
@@ -17,9 +17,10 @@ license=('GPL2')
makedepends=('kmod' 'inetutils' 'bc' 'libelf')
options=('!strip')
source=(
- "$_rcpatch.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=$_srcname.y&id2=v${_major}.${_minor}"
- https://www.kernel.org/pub/linux/kernel/v5.x/linux-$_major.$_minor.tar.{xz,sign}
+ https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/stable-review/"$_rcpatch".{xz,sign}
# https://lkml.org/lkml/2019/8/23/712
+ # "$_rcpatch.patch::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch/?id=$_srcname.y&id2=v${_major}.${_minor}"
+ https://www.kernel.org/pub/linux/kernel/v5.x/linux-$_major.$_minor.tar.{xz,sign}
config # the main kernel config file
60-linux.hook # pacman hook for depmod
90-linux.hook # pacman hook for initramfs regeneration
@@ -31,7 +32,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('eecbbe579170889ba84e3024808b00fd74eba7523bcebe6682d9f71d64ab3825'
+sha256sums=('127e21828c3727b7ddc16ef3182960985a1c44f532c375bb83abc6f28a04a827'
+ 'SKIP'
'e84021a94784de7bb10e4251fb1a87859a8d1c97bd78fb55ad47ab6ce475ec1f'
'SKIP'
'7d09d1d79a4ecb82502b4483cf989ede3f643e05613de45e12563dfe85d80423'