summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMeganerdNL2023-03-19 12:49:30 +0100
committerMeganerdNL2023-03-19 12:49:30 +0100
commit30149bfe19836690d4f8a1bd928e87a3b8134704 (patch)
tree6e4490d72f102544c8eb8e78b1b570a83c6d9802 /PKGBUILD
parentf7d0f4b05df4fa3a21a912eda436fcf193158e11 (diff)
downloadaur-30149bfe19836690d4f8a1bd928e87a3b8134704.tar.gz
Remove unnecessary pidfile reference in reload function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"