summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-01 19:43:44 +0200
committerhaawda2022-04-01 19:43:44 +0200
commit3c7fc4b8fc16aba1a2ac3fbe5e52473ffd1f7e44 (patch)
treedc68e3da6271eec349754cbe1453fdae1ff6af16
parent48d32a9bd2273554ae96590c175497705205a21f (diff)
downloadaur-3c7fc4b8fc16aba1a2ac3fbe5e52473ffd1f7e44.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 e10724273bc5..3e5f72daf81b 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 = 1
+ pkgrel = 2
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 = 1a39a29fd3c2b4fc71a8e6a37be1020ff5a096a70d0b83fa78a752264854d8d4
+ sha256sums = f43dced1f9320dbc1e59011c0429fa85fee67208472f63f65f0959af416b74d6
pkgname = clockthrottle
diff --git a/PKGBUILD b/PKGBUILD
index 6109ac89ef9b..da4fc9b3103a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clockthrottle
pkgver=1.9
-pkgrel=1
+pkgrel=2
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=('1a39a29fd3c2b4fc71a8e6a37be1020ff5a096a70d0b83fa78a752264854d8d4')
+sha256sums=('f43dced1f9320dbc1e59011c0429fa85fee67208472f63f65f0959af416b74d6')
options=('!emptydirs')
build() {