summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2016-10-19 16:25:57 -0700
committerpyamsoft2016-10-19 16:25:57 -0700
commit80b63285a63328643837475078a2b58d096fe541 (patch)
tree03e8c49918368cf86899677b5055c1e516a117ec
parent485da7d96c598b3fe6121fefb8188db871bbecee (diff)
downloadaur-80b63285a63328643837475078a2b58d096fe541.tar.gz
Version 3.6.0 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3882a1526afd..38b34d2d2b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
- pkgver = 3.5.1
+ pkgver = 3.6.0
pkgrel = 1
url = https://github.com/pyamsoft/pstate-frequency
arch = i686
arch = x86_64
license = GPLv2
- depends = coreutils
- depends = grep
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.5.1.tar.gz
+ source = https://github.com/pyamsoft/pstate-frequency/archive/3.6.0.tar.gz
source = 00-fix-prefix.patch
- sha256sums = 662772eeae845f2e5717a9ed13b7a272e58d80d14af58e94ea7f5190c763fa52
+ sha256sums = faeeee5ceaf33190c2328f5af375e7136d5bb52c85e779a9b277f60e151820c4
sha256sums = e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d
pkgname = pstate-frequency
diff --git a/PKGBUILD b/PKGBUILD
index 795ff64f9b6e..a245f63a1fc5 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.5.1
+pkgver=3.6.0
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -14,7 +14,7 @@ arch=('i686' 'x86_64')
# shellcheck disable=SC2034
makedepends=('')
# shellcheck disable=SC2034
-depends=('coreutils' 'grep')
+depends=()
# shellcheck disable=SC2034
optdepends=('x86_energy_perf_policy: For the x86_energy_perf_policy-sleep.service')
# shellcheck disable=SC2034
@@ -30,7 +30,7 @@ source=(
"${url}/archive/${pkgver}.tar.gz"
"00-fix-prefix.patch")
# shellcheck disable=SC2034
-sha256sums=('662772eeae845f2e5717a9ed13b7a272e58d80d14af58e94ea7f5190c763fa52'
+sha256sums=('faeeee5ceaf33190c2328f5af375e7136d5bb52c85e779a9b277f60e151820c4'
'e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d')
prepare() {