summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeganerdNL2023-03-19 11:00:39 +0100
committerMeganerdNL2023-03-19 11:00:39 +0100
commitf7d0f4b05df4fa3a21a912eda436fcf193158e11 (patch)
treebc554c4cd92342bb1ec2eb263d5efab48abcd66f
parent036ed4cee8baf2414af6b35a8b6ea78ac8b600ba (diff)
downloadaur-f7d0f4b05df4fa3a21a912eda436fcf193158e11.tar.gz
Add config check on start
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d0fae601e91..0c4ba93f0af0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = thinkfan-openrc
pkgdesc = OpenRC init script for thinkfan - A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/MeganerdNL/thinkfan-openrc
arch = any
license = MIT
depends = openrc
depends = thinkfan
- source = https://github.com/MeganerdNL/thinkfan-openrc/archive/1.1.0.zip
- sha256sums = 77640f01f4deafb44c1858bd7a19c4a7ac1316d0920905b371e3a5deeffb0a2c
+ source = https://github.com/MeganerdNL/thinkfan-openrc/archive/1.2.0.zip
+ sha256sums = 31fd99bca3f1501f70f354f591be510dd7ea77bef1e0071ba3852d9f90670d98
pkgname = thinkfan-openrc
diff --git a/PKGBUILD b/PKGBUILD
index 4dd7b9ffddf1..4a7a614b3803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MeganerdNL <meganerd [at] meganerd [dot] nl>
pkgname=thinkfan-openrc
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="OpenRC init script for thinkfan - A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi"
url="https://github.com/MeganerdNL/thinkfan-openrc"
@@ -9,7 +9,7 @@ license=('MIT')
arch=('any')
depends=('openrc' 'thinkfan')
source=("https://github.com/MeganerdNL/thinkfan-openrc/archive/${pkgver}.zip")
-sha256sums=('77640f01f4deafb44c1858bd7a19c4a7ac1316d0920905b371e3a5deeffb0a2c')
+sha256sums=('31fd99bca3f1501f70f354f591be510dd7ea77bef1e0071ba3852d9f90670d98')
package() {
cd -- "${srcdir?}/$pkgname-$pkgver"