summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuma7C92024-05-06 13:32:44 +0200
committerJuma7C92024-05-06 13:32:44 +0200
commit58e156f92b3dc4a28dd93ec595fe199d264da109 (patch)
treec730dc210349659b85177f8ab0211eedce0fcdb1
parent54e4c059b0b7088a0f0e502ea488ab0b83fe8358 (diff)
downloadaur-58e156f92b3dc4a28dd93ec595fe199d264da109.tar.gz
r15.516baf2-4: added missing `turbostat` dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 735383aa1fef..cc224ef71f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = setpl-git
pkgdesc = Linux script for setting the PL1/PL2 power limits on modern Intel processors
pkgver = r15.516baf2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/horshack-dpreview/setPL
arch = x86_64
license = GPL3
depends = msr-tools
+ depends = turbostat
provides = setpl
provides = devmem2
source = git+https://github.com/horshack-dpreview/setPL
diff --git a/PKGBUILD b/PKGBUILD
index 0bbb237eb76d..04de6d5ade2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=setpl-git
_pkgname=setPL
pkgver=r15.516baf2
-pkgrel=3
+pkgrel=4
pkgdesc="Linux script for setting the PL1/PL2 power limits on modern Intel processors"
arch=('x86_64')
url="https://github.com/horshack-dpreview/setPL"
license=('GPL3')
-depends=('msr-tools')
+depends=(msr-tools turbostat)
provides=(${pkgname%-git} devmem2)
source=('git+https://github.com/horshack-dpreview/setPL'
'https://git.launchpad.net/ubuntu/+source/devmem2/plain/devmem2.c')