summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-07-01 11:44:01 +0200
committerhaawda2022-07-01 11:44:01 +0200
commit958f74d914ca7a4a6b76fad81f16c44e64d077b4 (patch)
tree003fe3c34c9b05657f2e9973dbbce1275155d7c0
parent3c7fc4b8fc16aba1a2ac3fbe5e52473ffd1f7e44 (diff)
downloadaur-958f74d914ca7a4a6b76fad81f16c44e64d077b4.tar.gz
shasum change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e5f72daf81b..5f88f7545e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clockthrottle
pkgdesc = Utility program to adjust the max. CPU clock speed
pkgver = 1.9
- pkgrel = 2
+ pkgrel = 3
url = https://kornelix.net/clockthrottle/clockthrottle.html
arch = i686
arch = x86_64
@@ -11,6 +11,6 @@ pkgbase = clockthrottle
depends = cpupower
options = !emptydirs
source = http://www.kornelix.net/downloads/downloads/clockthrottle-1.9.tar.gz
- sha256sums = f43dced1f9320dbc1e59011c0429fa85fee67208472f63f65f0959af416b74d6
+ sha256sums = 9a44646c5d35e1e0c053a56ad1c0a3beb750e78ef7809ab4ca07fd706a2e95fe
pkgname = clockthrottle
diff --git a/PKGBUILD b/PKGBUILD
index da4fc9b3103a..96d882adda76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clockthrottle
pkgver=1.9
-pkgrel=2
+pkgrel=3
pkgdesc="Utility program to adjust the max. CPU clock speed"
url="https://kornelix.net/$pkgname/$pkgname.html"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('clutter-gtk' 'powerstat' 'cpupower')
source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('f43dced1f9320dbc1e59011c0429fa85fee67208472f63f65f0959af416b74d6')
+sha256sums=('9a44646c5d35e1e0c053a56ad1c0a3beb750e78ef7809ab4ca07fd706a2e95fe')
options=('!emptydirs')
build() {