summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Orth2019-11-08 09:38:34 +0200
committerAlan Orth2019-11-08 09:38:34 +0200
commit30405b0fbc82b80750712c5dc0487d98b271d44f (patch)
tree39694c57c65c8503c3811dd4993b595e9fd560c5
parent009bed62ed798aceedaf5bb68df096ea18954d48 (diff)
downloadaur-30405b0fbc82b80750712c5dc0487d98b271d44f.tar.gz
Linux 5.3.9-863 from Clear 31530.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67fb32452311..e324b434291c 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 = 859
+ pkgver = 5.3.9
+ pkgrel = 863
epoch = 0
url = https://clearlinux.org/node/15538
arch = x86_64
@@ -13,19 +13,19 @@ pkgbase = linux-clear-bin
optdepends = intel-ucode-clear: intel cpu and i915 firmware
optdepends = linux-clear-headers-bin: header files for the kernel
optdepends = crda: to set the correct wireless channels of your country
- provides = linux=5.3.8
- provides = linux-clear=5.3.8
+ provides = linux=5.3.9
+ provides = linux-clear=5.3.9
provides = WIREGUARD-MODULE
conflicts = linux-clear
options = !strip
- 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 = https://cdn.download.clearlinux.org/update/31530/Manifest.kernel-native
+ source = https://cdn.download.clearlinux.org/update/31530/pack-kernel-native-from-0.tar
source = 60-linux.hook
source = 90-linux.hook
source = 99-linux.hook
source = linux.preset
- sha256sums = 6d8ee2aa5a3004688b6bb14950ddb8e62944a921bceaf1cabd85dbc1299d49b9
- sha256sums = dbdd1bc2f058233fca55b3ed26af5d76be6095d666d9274f3b53690001c5e291
+ sha256sums = ccc25fa20e68f891149f11747300d74aa7cfdcb69d9e9aea357c533871596941
+ sha256sums = 74b32f8a9c895b8ff9084c86c7cb41a8519f8fbe267e853436fee707c834339a
sha256sums = 60b965278d9b0af897b6a54c847a4ea5adfe6116c19191b2b814c6f8bf92521e
sha256sums = 5a1b61d41b4d194d0ff6e1e13f650ee982db403b008cacdc5564e7bd265a81fc
sha256sums = a61b3fdc2ef2f1405b3ffe166e9c6d1666289ab427f2348259f04b5e878376a2
diff --git a/PKGBUILD b/PKGBUILD
index aed7d1fbb538..472e77432375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgdesc="Clear Linux kernel and modules in binary"
url="https://clearlinux.org/node/15538"
pkgname=linux-clear-bin
# check org.clearlinux.native.X.Y.Z in Manifest
-pkgver="5.3.8"
-pkgrel="859"
+pkgver="5.3.9"
+pkgrel="863"
# 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=31520
+_clear_version=31530
_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=('6d8ee2aa5a3004688b6bb14950ddb8e62944a921bceaf1cabd85dbc1299d49b9'
- 'dbdd1bc2f058233fca55b3ed26af5d76be6095d666d9274f3b53690001c5e291'
+sha256sums=('ccc25fa20e68f891149f11747300d74aa7cfdcb69d9e9aea357c533871596941'
+ '74b32f8a9c895b8ff9084c86c7cb41a8519f8fbe267e853436fee707c834339a'
'60b965278d9b0af897b6a54c847a4ea5adfe6116c19191b2b814c6f8bf92521e'
'5a1b61d41b4d194d0ff6e1e13f650ee982db403b008cacdc5564e7bd265a81fc'
'a61b3fdc2ef2f1405b3ffe166e9c6d1666289ab427f2348259f04b5e878376a2'