summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrIng2020-01-10 06:13:06 +0100
committerCyrIng2020-01-10 06:13:06 +0100
commit24029d1dbb1ade326662751a5b086c32cc52ccb8 (patch)
tree815d7066d71b7584fc6d1287c0e362afdfb9e874
parent32321cdc151bda726534ac287db469b57a1d10dd (diff)
downloadaur-24029d1dbb1ade326662751a5b086c32cc52ccb8.tar.gz
Fixed the version 1.72 in the DKMS package.
Added the Min/Max Vcore, Power, Energy values w/ new options '-V' and '-W' Added several Zen family CPUID references. Other optimizations provided.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ad689fdb58..cb7d80c89863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = corefreq-git
pkgdesc = CoreFreq, Processor monitoring software with BIOS like functionalities
pkgver = 1.72
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cyring/CoreFreq
install = corefreq.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 37a7c5250e91..3843d0402b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=CoreFreq
pkgname=corefreq-git
realname=corefreq
pkgver=1.72
-pkgrel=1
+pkgrel=2
pkgdesc="CoreFreq, Processor monitoring software with BIOS like functionalities"
arch=('x86_64')
url='https://github.com/cyring/CoreFreq'