Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / bbswitch
Commits:
a4348c4d by Jan Alexander Steffens (heftig) at 2024-12-06T18:41:17+01:00
0.8-716: Use zstd
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bbswitch
pkgdesc = Kernel module allowing to switch dedicated graphics card on
Optimus laptops
pkgver = 0.8
- pkgrel = 715
+ pkgrel = 716
url = https://github.com/Bumblebee-Project/bbswitch
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase=bbswitch
pkgname=(bbswitch bbswitch-dkms)
pkgver=0.8
-pkgrel=715
+pkgrel=716
pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus
laptops"
arch=('x86_64')
url="https://github.com/Bumblebee-Project/bbswitch"
@@ -37,7 +37,7 @@ package_bbswitch() {
_extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
install -Dt "${pkgdir}${_extradir}" -m644 *.ko
find "${pkgdir}" -name '*.ko' -exec strip --strip-debug {} +
- find "${pkgdir}" -name '*.ko' -exec xz {} +
+ find "${pkgdir}" -name '*.ko' -exec zstd --rm -19 {} +
}
package_bbswitch-dkms() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bbswitch/-/commit/a4348c4d27c171a68e3ce2902deb6d171e31e4f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bbswitch/-/commit/a4348c4d27c171a68e3ce2902deb6d171e31e4f2
You're receiving this email because of your account on gitlab.archlinux.org.