summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Orth2019-11-07 10:18:54 +0200
committerAlan Orth2019-11-07 10:18:54 +0200
commit009bed62ed798aceedaf5bb68df096ea18954d48 (patch)
tree9a63a76be5385a5cb51708eb2c82f8efbf27364d
parent7e0f5479a9b91780a67ccebea60c9a7b925ea650 (diff)
downloadaur-009bed62ed798aceedaf5bb68df096ea18954d48.tar.gz
Linux 5.3.8-359 from Clear 31520.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48448c8efb8a..67fb32452311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-clear-bin
pkgdesc = Clear Linux kernel and modules in binary
pkgver = 5.3.8
- pkgrel = 854
+ pkgrel = 859
epoch = 0
url = https://clearlinux.org/node/15538
arch = x86_64
@@ -18,14 +18,14 @@ pkgbase = linux-clear-bin
provides = WIREGUARD-MODULE
conflicts = linux-clear
options = !strip
- source = https://cdn.download.clearlinux.org/update/31450/Manifest.kernel-native
- source = https://cdn.download.clearlinux.org/update/31450/pack-kernel-native-from-0.tar
+ source = https://cdn.download.clearlinux.org/update/31520/Manifest.kernel-native
+ source = https://cdn.download.clearlinux.org/update/31520/pack-kernel-native-from-0.tar
source = 60-linux.hook
source = 90-linux.hook
source = 99-linux.hook
source = linux.preset
- sha256sums = 3998865a441e4237f6efd713915dff904ad5cc8550dba3e21aa10e6620c038a9
- sha256sums = 11224695c4428c5559dbfe4d0ee9bfe26e4043678fbb3ef94e9d6e90d886c9d6
+ sha256sums = 6d8ee2aa5a3004688b6bb14950ddb8e62944a921bceaf1cabd85dbc1299d49b9
+ sha256sums = dbdd1bc2f058233fca55b3ed26af5d76be6095d666d9274f3b53690001c5e291
sha256sums = 60b965278d9b0af897b6a54c847a4ea5adfe6116c19191b2b814c6f8bf92521e
sha256sums = 5a1b61d41b4d194d0ff6e1e13f650ee982db403b008cacdc5564e7bd265a81fc
sha256sums = a61b3fdc2ef2f1405b3ffe166e9c6d1666289ab427f2348259f04b5e878376a2
diff --git a/PKGBUILD b/PKGBUILD
index a24c7fb0bb67..aed7d1fbb538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url="https://clearlinux.org/node/15538"
pkgname=linux-clear-bin
# check org.clearlinux.native.X.Y.Z in Manifest
pkgver="5.3.8"
-pkgrel="854"
+pkgrel="859"
# use in case we need to update the Arch package without incrementing pkgrel
epoch=0
arch=('x86_64')
@@ -21,7 +21,7 @@ conflicts=("linux-clear")
options=('!strip')
# see: https://cdn.download.clearlinux.org/current/latest
-_clear_version=31450
+_clear_version=31520
_kernel_version="${pkgver}-${pkgrel}.native"
source=("https://cdn.download.clearlinux.org/update/${_clear_version}/Manifest.kernel-native"
@@ -31,8 +31,8 @@ source=("https://cdn.download.clearlinux.org/update/${_clear_version}/Manifest.k
"99-linux.hook" # pacman hook for remove initramfs
"linux.preset" # standard config files for mkinitcpio ramdisk)
)
-sha256sums=('3998865a441e4237f6efd713915dff904ad5cc8550dba3e21aa10e6620c038a9'
- '11224695c4428c5559dbfe4d0ee9bfe26e4043678fbb3ef94e9d6e90d886c9d6'
+sha256sums=('6d8ee2aa5a3004688b6bb14950ddb8e62944a921bceaf1cabd85dbc1299d49b9'
+ 'dbdd1bc2f058233fca55b3ed26af5d76be6095d666d9274f3b53690001c5e291'
'60b965278d9b0af897b6a54c847a4ea5adfe6116c19191b2b814c6f8bf92521e'
'5a1b61d41b4d194d0ff6e1e13f650ee982db403b008cacdc5564e7bd265a81fc'
'a61b3fdc2ef2f1405b3ffe166e9c6d1666289ab427f2348259f04b5e878376a2'