summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2023-03-06 18:04:20 -0800
committerpyamsoft2023-03-06 18:04:20 -0800
commit4645aaab21c37364b135b4763066089accbb8f5c (patch)
tree5d6b7f44ad9770170e010081881cebb5141bc217
parenta8adadd40da1feddcdb13e41b11ddbbd02e6aed6 (diff)
downloadaur-4645aaab21c37364b135b4763066089accbb8f5c.tar.gz
3.13.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5972b8a65f85..67d59e8757cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
- pkgver = 3.13.0
+ pkgver = 3.13.1
pkgrel = 1
url = https://github.com/pyamsoft/pstate-frequency
arch = i686
@@ -8,9 +8,14 @@ pkgbase = pstate-frequency
license = GPL2
provides = pstate-frequency
conflicts = pstate-frequency
- source = https://github.com/pyamsoft/pstate-frequency/archive/3.13.0.zip
+ backup = etc/pstate-frequency.d/00-auto.plan
+ backup = etc/pstate-frequency.d/01-powersave.plan
+ 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.13.1.zip
source = 00-fix-prefix.patch
- sha256sums = ab75d31967626cea9caf781f2286e69a138657d6f833e0e7bf6a1e7b74e3b43a
+ sha256sums = 2c13ba6f05c2df9abb36e746cb85d78b6051d8473331ad9f00243b0cb1cfa4f9
sha256sums = e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d
pkgname = pstate-frequency
diff --git a/PKGBUILD b/PKGBUILD
index c1c2f3f9be27..8dd132365cb2 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.13.0
+pkgver=3.13.1
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -26,11 +26,17 @@ license=('GPL2')
# shellcheck disable=SC2034
url="https://github.com/pyamsoft/pstate-frequency"
# shellcheck disable=SC2034
+backup=('etc/pstate-frequency.d/00-auto.plan'
+ 'etc/pstate-frequency.d/01-powersave.plan'
+ 'etc/pstate-frequency.d/02-balanced.plan'
+ 'etc/pstate-frequency.d/03-performance.plan'
+ 'etc/pstate-frequency.d/04-max.plan')
+# shellcheck disable=SC2034
source=(
"${url}/archive/${pkgver}.zip"
"00-fix-prefix.patch")
# shellcheck disable=SC2034
-sha256sums=('ab75d31967626cea9caf781f2286e69a138657d6f833e0e7bf6a1e7b74e3b43a'
+sha256sums=('2c13ba6f05c2df9abb36e746cb85d78b6051d8473331ad9f00243b0cb1cfa4f9'
'e5423df20c03ef19448a78a1ae39e630d90f63c6c4e0962296ad292665575f0d')
prepare() {