Applying the patch for Zen3 (Ryzen5xxx series support) from the Github issue tracker:
Addition to the end of the "source()" array: "https://crazy.dev.frugalware.org/ZEN3-test4.patch"
Addition to the end of the "sha256sums" array: 'bc72955d1cf1d56c347d2444a13ea707f9402512ce211a013e5dee8ff3a8632d'
Addition to the end of the "prepare" function: patch -d "$srcdir/zenpower-$pkgver" -p1 -i ../ZEN3-test4.patch
Zenmonitor requires a patch as well, see my comment on the zenmonitor-git package.
Pinned Comments
xythrez commented on 2020-07-10 13:52
For dkms packages to work, you need to install your corresponding kernel headers (i.e if you are using linux, then install linux-headers). These are not included in the dependencies per dkms package guidelines on the wiki and you be able to take care of this yourself (not everyone uses the default kernel, this is why dkms packages exist)