summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2024-02-17 10:20:11 -0800
committerpyamsoft2024-02-17 10:20:11 -0800
commitcd655acee2e4ed5d29c8ddaad66bc1dcea6fac5e (patch)
tree0a50c65c1aa02ac7d5916a5d9e0c77a0d8cba179
parentb8d2845b32d09b34b9f77442b497306dfea656cb (diff)
downloadaur-cd655acee2e4ed5d29c8ddaad66bc1dcea6fac5e.tar.gz
Release 3.15.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f36f194fb8..703be4986e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
- pkgver = 3.14.0
+ pkgver = 3.15.0
pkgrel = 1
url = https://github.com/pyamsoft/pstate-frequency
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
provides = pstate-frequency
conflicts = pstate-frequency
@@ -13,9 +12,9 @@ pkgbase = pstate-frequency
backup = etc/pstate-frequency.d/02-balanced.plan
backup = etc/pstate-frequency.d/03-performance.plan
backup = etc/pstate-frequency.d/04-max.plan
- source = https://github.com/pyamsoft/pstate-frequency/archive/3.14.0.zip
+ source = https://github.com/pyamsoft/pstate-frequency/archive/3.15.0.zip
source = 00-fix-prefix.patch
- sha256sums = eebdfda44a49a3481038704bc8d58b14eb877a6a3a47252ceee863a75246fe96
+ sha256sums = 15ecc559ea51f12f967c7288d260a40596eef1df337f1a858c0f204cdfd4686d
sha256sums = e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d
pkgname = pstate-frequency
diff --git a/PKGBUILD b/PKGBUILD
index 742ff7e9c346..c4bd6b23a643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgname=pstate-frequency
# shellcheck disable=SC2034
pkgdesc="Easily control Intel p-state driver"
# shellcheck disable=SC2034
-pkgver=3.14.0
+pkgver=3.15.0
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
-arch=('i686' 'x86_64')
+arch=('any')
# shellcheck disable=SC2034
makedepends=()
# shellcheck disable=SC2034
@@ -36,7 +36,7 @@ source=(
"${url}/archive/${pkgver}.zip"
"00-fix-prefix.patch")
# shellcheck disable=SC2034
-sha256sums=('eebdfda44a49a3481038704bc8d58b14eb877a6a3a47252ceee863a75246fe96'
+sha256sums=('15ecc559ea51f12f967c7288d260a40596eef1df337f1a858c0f204cdfd4686d'
'e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d')
prepare() {