summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2019-08-10 22:04:20 +0200
committerMarcus Behrendt2019-08-10 22:04:20 +0200
commit36371bc87832ad1c276abf55eedc3fdb7070ba5d (patch)
treecec31d2151ebf39453f68832a1059c89b8cc71ae
parent4c3de88516a24e01f37aebb6c58fe6f66e9800dc (diff)
downloadaur-36371bc87832ad1c276abf55eedc3fdb7070ba5d.tar.gz
updpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4111a6df85fd..a06a58734332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma5-applets-plasma-pstate
pkgdesc = Intel P-state and CPUFreq Manager Widget
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/jsalatas/plasma-pstate
arch = any
@@ -8,8 +8,8 @@ pkgbase = plasma5-applets-plasma-pstate
depends = plasma-workspace
optdepends = libsmbios: Dell's Thermal Management Feature
optdepends = x86_energy_perf_policy: If your processor doesn't support EPP (ie older generations without HWP)
- source = https://github.com/jsalatas/plasma-pstate/archive/1.0.5.tar.gz
- sha256sums = 095ed32a420de05cae994862be528289090eabd572698f23b43e872f8893fc23
+ source = https://github.com/jsalatas/plasma-pstate/archive/1.0.6.tar.gz
+ sha256sums = b2abb03e9fe939fd6f516b8e65ef0badad2558c0b55687dd044756523e3900dc
pkgname = plasma5-applets-plasma-pstate
diff --git a/PKGBUILD b/PKGBUILD
index c8a004a4a61e..a44d482ecfa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_applet_name=plasma-pstate
pkgname=plasma5-applets-${_applet_name}
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="Intel P-state and CPUFreq Manager Widget"
url="https://github.com/jsalatas/${_applet_name}"
@@ -14,7 +14,7 @@ optdepends=(
"x86_energy_perf_policy: If your processor doesn't support EPP (ie older generations without HWP)"
)
source=("https://github.com/jsalatas/${_applet_name}/archive/${pkgver}.tar.gz")
-sha256sums=('095ed32a420de05cae994862be528289090eabd572698f23b43e872f8893fc23')
+sha256sums=('b2abb03e9fe939fd6f516b8e65ef0badad2558c0b55687dd044756523e3900dc')
package() {
cd "${srcdir}/${_applet_name}-${pkgver}"