aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatteo De Carlo2022-11-19 15:37:31 +0100
committerMatteo De Carlo2022-11-19 15:37:31 +0100
commit10372191b54ba25ba65deff6c5a5e253197dc92e (patch)
tree1685dbbff2564c9748e1ed295dfa6920e48b0a9b /PKGBUILD
parent20f5f47faee729fda95478f754b98fc5b0507297 (diff)
downloadaur-10372191b54ba25ba65deff6c5a5e253197dc92e.tar.gz
update to 6.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdc853963615..4ec82d674506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Original package from: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-covolunablu-gaming
-pkgver=6.0.8.arch1
+pkgver=6.0.9.arch1
pkgrel=1
pkgdesc='Linux'
_srctag=v${pkgver%.*}-${pkgver##*.}
@@ -158,7 +158,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)