summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMeganerdNL2023-03-19 11:05:59 +0100
committerMeganerdNL2023-03-19 11:05:59 +0100
commit512b9f17b9261caa25a06cf4e8bd0723da25c79b (patch)
tree3b89f321b3f59b6f7724383f1f1bf1a4293d7c6b /PKGBUILD
parent2097044eb0ebd373e7e58572f9bacdfbee0e68d2 (diff)
downloadaur-512b9f17b9261caa25a06cf4e8bd0723da25c79b.tar.gz
Remove unnecessary pidfile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eeb9ef5ff31..106cb146aff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MeganerdNL <meganerd [at] meganerd [dot] nl>
pkgname=zcfan-openrc
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc="OpenRC init script for zcfan - Zero-configuration fan control for ThinkPads"
url="https://github.com/MeganerdNL/zcfan-openrc"
@@ -9,7 +9,7 @@ license=('MIT')
arch=('any')
depends=('openrc' 'zcfan')
source=("https://github.com/MeganerdNL/zcfan-openrc/archive/${pkgver}.zip")
-sha256sums=('40b5184aa52a791e83a30246cc1c1ed5a56f7a845a75f4a23511b07415a93a1c')
+sha256sums=('011e4d169d3f70772cc7ec787a532d8ca1ba5a99ee81c5b3d30315c761ce3248')
package() {
cd -- "${srcdir?}/$pkgname-$pkgver"