summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2022-12-07 09:55:54 +0100
committerJosip Ponjavic2022-12-07 09:55:54 +0100
commit21d0d91ec873fd79096941e7a64a23c22e8eaa3e (patch)
tree65dbc026cd93aac5d83027ea92188d5d6baf3e80
parent1f0a87c9f8bcc1a76bdc123bfbf7b9d3b559425b (diff)
downloadaur-21d0d91ec873fd79096941e7a64a23c22e8eaa3e.tar.gz
4.19.267-1 (clr 4.19.267-272)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374d19276a60..2f436f26b098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-lts2018
pkgdesc = Clear Linux lts2018
- pkgver = 4.19.265
+ pkgver = 4.19.267
pkgrel = 1
url = https://github.com/clearlinux-pkgs/linux-lts2018
arch = x86_64
@@ -14,14 +14,14 @@ pkgbase = linux-clear-lts2018
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign
- source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.265.xz
- source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.262-267
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.267.xz
+ source = linux-clear-lts2018::git+https://github.com/clearlinux-pkgs/linux-lts2018.git#tag=4.19.267-272
source = more-uarches-20211114.tar.gz::https://github.com/graysky2/kernel_compiler_patch/archive/20211114.tar.gz
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
sha256sums = SKIP
- sha256sums = 3ee1a84167b348485c3eee9acab05f596e5b048e564b58f1010517dbe76e61be
+ sha256sums = 56d7aeaa526dc836b7dcf7a636e8770fcb53853e7a6421eb45b2e5e4584e5fc7
sha256sums = SKIP
sha256sums = fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba
diff --git a/PKGBUILD b/PKGBUILD
index 1b6131b49990..35ea2e117d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -74,9 +74,9 @@
### IMPORTANT: Do no edit below this line unless you know what you're doing
_major=4.19
-_minor=265
+_minor=267
_srcname=linux-${_major}
-_clr=${_major}.262-267
+_clr=${_major}.267-272
pkgbase=linux-clear-lts2018
pkgver=${_major}.${_minor}
pkgrel=1
@@ -325,7 +325,7 @@ _package-headers() {
echo "Stripping build tools..."
local file
while read -rd '' file; do
- case "$(file -bi "$file")" in
+ case "$(file -Sib "$file")" in
application/x-sharedlib\;*) # Libraries (.so)
strip -v $STRIP_SHARED "$file" ;;
application/x-archive\;*) # Libraries (.a)
@@ -355,7 +355,7 @@ done
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
'SKIP'
- '3ee1a84167b348485c3eee9acab05f596e5b048e564b58f1010517dbe76e61be'
+ '56d7aeaa526dc836b7dcf7a636e8770fcb53853e7a6421eb45b2e5e4584e5fc7'
'SKIP'
'fffcd3b2c139e6a0b80c976a4ce407d450cf8f454e697d5ed39d85e8232ddeba')