Package Details: zenpower3-dkms-git 3:r68.cbb3532-2

Git Clone URL: https://aur.archlinux.org/zenpower3-dkms-git.git (read-only, click to copy)
Package Base: zenpower3-dkms-git
Description: A Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs, now with Zen 3 support'
Upstream URL: https://github.com/AliEmreSenel/zenpower3
Keywords: amd dkms driver ryzen sensors zen zenpower
Licenses: GPL2
Conflicts: zenpower3, zenpower3-dkms
Provides: zenpower3, zenpower3-dkms
Submitter: dodecahedron
Maintainer: UnicornDarkness
Last Packager: UnicornDarkness
Votes: 5
Popularity: 0.001686
First Submitted: 2021-11-13 02:14 (UTC)
Last Updated: 2025-04-25 16:05 (UTC)

Dependencies (2)

Required by (2)

Sources (2)

Latest Comments

simona commented on 2025-04-24 16:26 (UTC)

Deprecated feature: CLEAN (/var/lib/dkms/zenpower3/r68.cbb3532/source/dkms.conf)

broetchenrackete commented on 2023-06-13 00:16 (UTC)

Missing git as makedepends

jonathon commented on 2022-09-01 19:53 (UTC)

Upstream URL has changed:

diff --git a/PKGBUILD b/PKGBUILD
index 9fda9b0..e1bc585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=0.2.0
 pkgrel=1
 pkgdesc='Linux kernel driver for reading sensors for AMD Zen family CPUs'
 arch=('x86_64' 'i686')
-url='https://git.exozy.me/Ta180m/zenpower3'
+url='https://git.exozy.me/h/zenpower3'
 license=('GPL2')
 depends=('dkms')
 provides=('zenpower3')

dodecahedron commented on 2021-11-18 23:05 (UTC)

@gardotd426 Nice catch! It's actually caused by a typo in this PKGBUILD which is based on the zenpower3-dkms package. Should be fixed now.

gardotd426 commented on 2021-11-17 18:11 (UTC) (edited on 2021-11-17 18:11 (UTC) by gardotd426)

This doesn't do anything, because you're not actually installing the dkms module. I recommend looking at the PKGBUILD for the original zenpower-dkms-git to see how it's done.