summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2019-01-07 12:19:25 +0100
committerMarcus Behrendt2019-01-07 12:19:25 +0100
commite651388c3f710ac4d80488c8a092d37d415d9797 (patch)
tree518e5346211b086c8e06e620ab37895d6bc9e870
parentbf194b3ddf75d8354f4a4b15b43c929cd1076166 (diff)
downloadaur-e651388c3f710ac4d80488c8a092d37d415d9797.tar.gz
updpkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 490cd2d909a3..57f1c9e9ac6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = plasma5-applets-plasma-pstate
pkgdesc = Intel P-state and CPUFreq Manager Widget
- pkgver = 1.0.2
- pkgrel = 2
+ pkgver = 1.0.3
+ pkgrel = 1
url = https://github.com/jsalatas/plasma-pstate
arch = any
license = GPL v2
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.2.tar.gz
- sha256sums = 76a1a8e31707cb62915ad0bd15faea680896cc06386d0a626da40ffcc21be9cf
+ source = https://github.com/jsalatas/plasma-pstate/archive/1.0.3.tar.gz
+ sha256sums = f73feea9b35c20a25f581d6fab9647fab26937f3a9fd43457406ec1660bd7b9f
pkgname = plasma5-applets-plasma-pstate
diff --git a/PKGBUILD b/PKGBUILD
index c020d5f3e805..54a602096d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_applet_name=plasma-pstate
pkgname=plasma5-applets-${_applet_name}
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc="Intel P-state and CPUFreq Manager Widget"
url="https://github.com/jsalatas/${_applet_name}"
arch=('any')
@@ -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=('76a1a8e31707cb62915ad0bd15faea680896cc06386d0a626da40ffcc21be9cf')
+sha256sums=('f73feea9b35c20a25f581d6fab9647fab26937f3a9fd43457406ec1660bd7b9f')
package() {
cd "${srcdir}/${_applet_name}-${pkgver}"