summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2015-12-26 02:13:21 -0800
committerpyamsoft2015-12-26 02:13:21 -0800
commitbabfeb0c2e70a14e3a341899807a8187edecc6d4 (patch)
tree3ac99c42a2b5666ed3b3d470e392bb55370a3af5
parentd04e2511457caf3bd5ed21332fc5f7f0b0a6634f (diff)
downloadaur-babfeb0c2e70a14e3a341899807a8187edecc6d4.tar.gz
Update to 2.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37bcc1ac252a..0ff46d6b69d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Dec 24 09:37:00 UTC 2015
+# Sat Dec 26 10:13:14 UTC 2015
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
- url = https://github.com/pyamsoft/pstate-frequency/archive/2.0.1.tar.gz
+ url = https://github.com/pyamsoft/pstate-frequency/archive/2.0.2.tar.gz
arch = i686
arch = x86_64
license = GPLv2
@@ -14,8 +14,8 @@ pkgbase = pstate-frequency
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/2.0.1.tar.gz
- sha256sums = 5f6f3df45c7f036402e11381a094209031fe6e627647dca9a1db4c2458f6e74c
+ source = https://github.com/pyamsoft/pstate-frequency/archive/2.0.2.tar.gz
+ sha256sums = a7a449469d9e9718579ddc355f4481c35916e4b43a39c8676138dd7fa5552450
pkgname = pstate-frequency
diff --git a/PKGBUILD b/PKGBUILD
index 335f647b5f1d..a577f38c7b21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pstate-frequency
pkgdesc="Easily control Intel p-state driver"
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
arch=('i686' 'x86_64')
makedepends=('git')
@@ -15,7 +15,7 @@ conflicts=('pstate-frequency')
license=('GPLv2')
url="https://github.com/pyamsoft/pstate-frequency/archive/${pkgver}.tar.gz"
source=("${url}")
-sha256sums=('5f6f3df45c7f036402e11381a094209031fe6e627647dca9a1db4c2458f6e74c')
+sha256sums=('a7a449469d9e9718579ddc355f4481c35916e4b43a39c8676138dd7fa5552450')
###############################################################################