summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Cai2019-03-13 20:50:23 +0800
committerPeter Cai2019-03-13 20:50:23 +0800
commitc01f1aeae726c29bf28f195ac6f6b9f948f42aa6 (patch)
tree1e198623ae443c837eaca90b7cf04c409363d94a
parent27116b70579ace3bd42f30ca6c019136618017b1 (diff)
downloadaur-c01f1aeae726c29bf28f195ac6f6b9f948f42aa6.tar.gz
update to 5.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ad009e214d..5561ec89238e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-surface-petercxy
- pkgver = 5.0
- pkgrel = 3
+ pkgver = 5.0.1
+ pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -12,22 +12,24 @@ pkgbase = linux-surface-petercxy
options = !strip
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.xz
source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.0.tar.sign
- source = https://github.com/PeterCxy/linux-surface-patches/archive/d4ba59414c9971cb0a87825f4710a06061086e20.zip
+ source = https://github.com/PeterCxy/linux-surface-patches/archive/03def2829b552e461158b4370ddc413a86b99126.zip
source = config
source = config-surface
source = 60-linux.hook
source = 90-linux.hook
source = linux-surface-petercxy.preset
+ source = https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.0.1.xz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
sha256sums = SKIP
- sha256sums = 1c4ba8ddd486384dc3c190fabc2725c76f1ffa138629fd558d40e458a8328d81
+ sha256sums = c0ff7881cf01d02c43505a16bd441756eb6a57f5607d0b769b7f081439dad569
sha256sums = df2ce998b050c707950c555f7f6ec0efcb8498fca10b4bce45f681844c8aa0ab
sha256sums = 7d7663a54bbd9ad006988137131b4d813663b6d44bc9ad689c4f10a298a6bac4
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
+ sha256sums = d05db91f6b95f963bb4c92fedb1ccb300378c23cc16b09f27d2190841620d5a4
pkgname = linux-surface-petercxy
pkgdesc = The Linux-surface-petercxy kernel and modules, patched for Surface devices
diff --git a/PKGBUILD b/PKGBUILD
index 391db3de9d00..bcbc73581e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgbase=linux-surface-petercxy
_srcname=linux-5.0
_srcdir=${_srcname}
-_has_patch=false # TODO: set this to true if the kernel has patch version
-_patch_commit=d4ba59414c9971cb0a87825f4710a06061086e20 # PeterCxy/linux-surface-patches
-pkgver=5.0
-pkgrel=3
+_has_patch=true # TODO: set this to false if the kernel has no patch version
+_patch_commit=03def2829b552e461158b4370ddc413a86b99126 # PeterCxy/linux-surface-patches
+pkgver=5.0.1
+pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -28,12 +28,13 @@ validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds <torva
)
sha256sums=('437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43'
'SKIP'
- '1c4ba8ddd486384dc3c190fabc2725c76f1ffa138629fd558d40e458a8328d81'
+ 'c0ff7881cf01d02c43505a16bd441756eb6a57f5607d0b769b7f081439dad569'
'df2ce998b050c707950c555f7f6ec0efcb8498fca10b4bce45f681844c8aa0ab'
'7d7663a54bbd9ad006988137131b4d813663b6d44bc9ad689c4f10a298a6bac4'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
- 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
+ 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
+ 'd05db91f6b95f963bb4c92fedb1ccb300378c23cc16b09f27d2190841620d5a4')
_kernelname=${pkgbase#linux}