summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-11-25 18:26:24 +0100
committerhaawda2020-11-25 18:26:24 +0100
commit8f227d13dfec6a62dabdd38262fbe565a620e357 (patch)
tree1394d62db6fcf571ae89011108b5e4170d43a381
parent747897e9529760e4f58fe4f7ae7d2d52910869d7 (diff)
downloadaur-8f227d13dfec6a62dabdd38262fbe565a620e357.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b098ad8e62..6796409a8691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clockthrottle
pkgdesc = Utility program to adjust the max. CPU clock speed
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://kornelix.net/clockthrottle/clockthrottle.html
arch = i686
@@ -10,8 +10,8 @@ pkgbase = clockthrottle
depends = powerstat
depends = cpupower
options = !emptydirs
- source = http://www.kornelix.net/downloads/downloads/clockthrottle-1.3.tar.gz
- sha256sums = 8a0c2fe52681e67d94f9daec2612bad015316d8bf2f4a26a79b11595e205efb0
+ source = http://www.kornelix.net/downloads/downloads/clockthrottle-1.4.tar.gz
+ sha256sums = 887a1a4294a4a55bf49a119029c160d0ae75f582b0e8e4af743e13e1c10b1d67
pkgname = clockthrottle
diff --git a/PKGBUILD b/PKGBUILD
index 326ca7af6993..be9558ec6f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=clockthrottle
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Utility program to adjust the max. CPU clock speed"
url="https://kornelix.net/$pkgname/$pkgname.html"
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
depends=('gtk3' 'powerstat' 'cpupower')
source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('8a0c2fe52681e67d94f9daec2612bad015316d8bf2f4a26a79b11595e205efb0')
+sha256sums=('887a1a4294a4a55bf49a119029c160d0ae75f582b0e8e4af743e13e1c10b1d67')
options=('!emptydirs')
build() {