summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56c37f385d06..5e48c37b1876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com>
pkgname=pyfan
-pkgver=1.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="Fan control utilising hwmon and pid"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python-yaml' 'python-simple-pid')
optdepends=('lm_sensors: check and load required hwmon modules')
backup=('etc/pyfan')
source=("https://git.harting.dev/IdleGandalf/PyFan/archive/$pkgver.tar.gz")
-sha256sums=('0026289c934af5a20930762f1a210a1be3eb74d100346d641d6ad4a3b315bc41')
+sha256sums=('b285e25df41940ec1c98d58b6890f16a6affa18fba7b4f7e54b435e1908c6d98')
package() {
cd "$pkgname"