summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2017-10-09 19:55:25 -0700
committerpyamsoft2017-10-09 19:55:25 -0700
commit2b1f52255c08d55d04208f20394e235e57a4d43b (patch)
tree7f12b6f613e1b0e17c087338e35a5bcb92e7d0ae
parentfd1257cfecb35f71fb24ec23d68f8c96f4cad4f2 (diff)
downloadaur-2b1f52255c08d55d04208f20394e235e57a4d43b.tar.gz
Update to 3.8.0
Drops support for running x86_energy_perf_policy as the interface is too difficult to pinpoint support on different machines. The existing linux-tool binary is also simple enough to understand and set manually if needed
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a25225d0c04..1b39d7c8747b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
- pkgver = 3.7.5
+ pkgver = 3.8.0
pkgrel = 1
url = https://github.com/pyamsoft/pstate-frequency
arch = i686
arch = x86_64
license = GPLv2
- optdepends = x86_energy_perf_policy: For the x86_energy_perf_policy-sleep.service
provides = pstate-frequency
conflicts = pstate-frequency
- source = https://github.com/pyamsoft/pstate-frequency/archive/3.7.5.tar.gz
+ source = https://github.com/pyamsoft/pstate-frequency/archive/3.8.0.tar.gz
source = 00-fix-prefix.patch
- sha256sums = 7f2b38348a1a37ffd4bb10e2c00732be7a8eb3b4b69650bfa41b4d46c2212d33
+ sha256sums = 10633d0ca238deb01f92644d117afa94a701bf74fcad9a2da8e252583e7f9a92
sha256sums = e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d
pkgname = pstate-frequency
diff --git a/PKGBUILD b/PKGBUILD
index 4b79d3be9cca..0034a8f72b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=pstate-frequency
# shellcheck disable=SC2034
pkgdesc="Easily control Intel p-state driver"
# shellcheck disable=SC2034
-pkgver=3.7.5
+pkgver=3.8.0
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -16,7 +16,7 @@ makedepends=('')
# shellcheck disable=SC2034
depends=()
# shellcheck disable=SC2034
-optdepends=('x86_energy_perf_policy: For the x86_energy_perf_policy-sleep.service')
+optdepends=()
# shellcheck disable=SC2034
provides=('pstate-frequency')
# shellcheck disable=SC2034
@@ -30,7 +30,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
"00-fix-prefix.patch")
# shellcheck disable=SC2034
-sha256sums=('7f2b38348a1a37ffd4bb10e2c00732be7a8eb3b4b69650bfa41b4d46c2212d33'
+sha256sums=('10633d0ca238deb01f92644d117afa94a701bf74fcad9a2da8e252583e7f9a92'
'e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d')
prepare() {