Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / bbswitch
Commits: ab75cbb4 by Jan Alexander Steffens (heftig) at 2023-10-07T00:42:56+02:00 0.8-627: linux 6.5.6.arch1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = bbswitch + pkgdesc = Kernel module allowing to switch dedicated graphics card on Optimus laptops + pkgver = 0.8 + pkgrel = 627 + url = https://github.com/Bumblebee-Project/bbswitch + arch = x86_64 + license = GPL + makedepends = linux-headers + source = bbswitch-0.8.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v0.8.tar.gz + source = 0001-proc_ops-struct.patch + source = 0002-kernel-5.7.patch + source = 0003-kernel-5.18.patch + sha512sums = 11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c + sha512sums = 993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1 + sha512sums = 2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04 + sha512sums = c658e0e8de95c678d1a3ea5659344fff9fce14a93e0f8da3f21f79dc9c820feb3c540e1892ffc10a444c96a768d6d3fecd684315988da5f401f5c6ef6f37be79 + +pkgname = bbswitch + depends = linux + +pkgname = bbswitch-dkms + depends = dkms + provides = bbswitch + conflicts = bbswitch ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgbase=bbswitch pkgname=(bbswitch bbswitch-dkms) pkgver=0.8 -pkgrel=626 +pkgrel=627 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" arch=('x86_64') url="https://github.com/Bumblebee-Project/bbswitch" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bbswitch/-/commit/ab75cbb4b173646b39f6ef261cd9d03dd6ef422c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bbswitch/-/commit/ab75cbb4b173646b39f6ef261cd9d03dd6ef422c You're receiving this email because of your account on gitlab.archlinux.org.
