Revert "dkms: update to 2.8.2."

This reverts commit 8420fd2728.

Possibly related: https://github.com/dell/dkms/issues/127

Verified by me for nvidia and @ahesford for zfs.
This commit is contained in:
Andrew Benson 2020-06-23 18:56:22 -05:00
parent 7a4023e9ee
commit 30a8f753ee

View file

@ -1,7 +1,8 @@
# Template file for 'dkms'
pkgname=dkms
version=2.8.2
revision=1
reverts="2.8.2_1"
version=2.8.1
revision=3
conf_files="/etc/dkms/framework.conf"
depends="bash kmod gcc make coreutils linux-headers"
short_desc="Dynamic Kernel Modules System"
@ -9,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/dell/dkms"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0259375991acd0c5a844f43bd62cd29989a79bce9ab81bc91cac2cb3a3308c4c
checksum=751e5dbc30a8cda26e379ff1940a80183145e77dab60914f160e037086177513
if [ "$CROSS_BUILD" ]; then
depends+=" libressl-devel gmp-devel libada-devel libmpc-devel flex"