summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeganerdNL2023-03-19 12:49:30 +0100
committerMeganerdNL2023-03-19 12:49:30 +0100
commit30149bfe19836690d4f8a1bd928e87a3b8134704 (patch)
tree6e4490d72f102544c8eb8e78b1b570a83c6d9802
parentf7d0f4b05df4fa3a21a912eda436fcf193158e11 (diff)
downloadaur-30149bfe19836690d4f8a1bd928e87a3b8134704.tar.gz
Remove unnecessary pidfile reference in reload function
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c4ba93f0af0..70414ea1a3c0 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.2.0
+ pkgver = 1.2.1
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.2.0.zip
- sha256sums = 31fd99bca3f1501f70f354f591be510dd7ea77bef1e0071ba3852d9f90670d98
+ source = https://github.com/MeganerdNL/thinkfan-openrc/archive/1.2.1.zip
+ sha256sums = 5df9fbe785c8278d463237bb3aa035fbec0e05a5480218429676b99c526073da
pkgname = thinkfan-openrc
diff --git a/PKGBUILD b/PKGBUILD
index 4a7a614b3803..69a69964a332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MeganerdNL <meganerd [at] meganerd [dot] nl>
pkgname=thinkfan-openrc
-pkgver=1.2.0
+pkgver=1.2.1
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=('31fd99bca3f1501f70f354f591be510dd7ea77bef1e0071ba3852d9f90670d98')
+sha256sums=('5df9fbe785c8278d463237bb3aa035fbec0e05a5480218429676b99c526073da')
package() {
cd -- "${srcdir?}/$pkgname-$pkgver"