diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template index c8446853815..56ebb77d3bf 100644 --- a/srcpkgs/dkms/template +++ b/srcpkgs/dkms/template @@ -1,7 +1,7 @@ # Template file for 'dkms' pkgname=dkms -version=2.4.0 -revision=2 +version=2.5 +revision=1 conf_files="/etc/dkms/framework.conf" depends="bash kmod gcc make coreutils linux-headers" homepage="https://github.com/dell/dkms" @@ -9,12 +9,7 @@ distfiles="${homepage}/archive/v${version}.tar.gz" short_desc="Dynamic Kernel Modules System" maintainer="Juan RP " license="GPL-2" -checksum=53f09dbd5db8c12eca2c80c959793389e14355dfed1363133a0e08e751bb9053 - -case "$XBPS_TARGET_MACHINE" in - *-musl) depends+=" musl-devel";; - *) depends+=" glibc-devel";; -esac +checksum=c635db498263acfd8c5c21c85b3a795b4d22b8e4c3ae791648affd135d458ac2 do_install() { # We are only interested in the bare minimum.