dkms: update to 2.5.

Closes #9672.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-12-01 07:24:48 -02:00 committed by Enno Boland
parent 5aac0422b1
commit 2198fb95c6

View file

@ -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 <xtraeme@voidlinux.eu>"
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.