summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD2
2 files changed, 17 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5aca9225b4b..b8abcd459f6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,3 +14,19 @@ pkgbase = amdctl-git
sha256sums = a3e2ebec196914ff59fec2683bd2ce900d767979620411cd724138e1ca42701c
pkgname = amdctl-git
+pkgbase = amdctl-git
+ pkgdesc = Set P-State voltages and clock speeds on recent AMD CPUs on Linux. Currently supported families are: 10h, 11h, 12h, 14h, 15h, 16h, 17h, 19h
+ pkgver = v0.9.0.gbe91f8f
+ pkgrel = 1
+ url = https://github.com/kevinlekiller/amdctl
+ arch = i686
+ arch = x86_64
+ license = GPL3
+ makedepends = git
+ depends = glibc
+ source = git+https://github.com/kevinlekiller/amdctl.git
+ source = amdctl.conf
+ sha256sums = SKIP
+ sha256sums = a3e2ebec196914ff59fec2683bd2ce900d767979620411cd724138e1ca42701c
+
+pkgname = amdctl-git
diff --git a/PKGBUILD b/PKGBUILD
index b851714e7bd2..9ce53386a261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: vinibali <vinibali1 at gmail dot com>
pkgname=amdctl-git
-pkgver=0.6.1.r2.g146dcc5
+pkgver=v0.9.0.gbe91f8f
pkgrel=1
pkgdesc="Set P-State voltages and clock speeds on recent AMD CPUs on Linux.
Currently supported families are: 10h, 11h, 12h, 14h, 15h, 16h, 17h, 19h"