Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions srcpkgs/tuxedo-drivers/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Template file for 'tuxedo-drivers'
pkgname=tuxedo-drivers
version=4.15.4
version=4.18.2
revision=2

Check failure on line 4 in srcpkgs/tuxedo-drivers/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
depends="dkms"
short_desc="TUXEDO hardware drivers"
maintainer="newbluemoon <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers"
distfiles="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/archive/v${version}/tuxedo-drivers-v${version}.tar.gz"
checksum=b39929e850aab91934b7456c74323ebb6d5dd9b616120dd862c14980fc47c368

checksum=f32433d3b8d45fbf866e7a4a10a23bc6f64b4cfe2f1f07b5a05f690fb748f224
dkms_modules="tuxedo-drivers ${version}"

do_install() {
sed "s/#MODULE_VERSION#/${version}/" debian/tuxedo-drivers.dkms > src/dkms.conf
vmkdir usr/src/${pkgname}-${version}
vcopy src/* usr/src/${pkgname}-${version}
vinstall etc/modprobe.d/tuxedo_keyboard.conf 644 usr/lib/modprobe.d/
vcopy usr/lib/udev usr/lib
}

Expand Down
Loading