summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-03-04 23:59:51 +0800
committerzxp198210052024-03-04 23:59:51 +0800
commit7011e8349a0353e9cdb1d9f4754a1ca751f4a6b0 (patch)
tree0e92e6d5ca479ee8d21659abc56c88c87b99f662 /PKGBUILD
parent44e4aac8810632b2b41e546992ef855b686aa8d4 (diff)
downloadaur-librefancontrol-bin.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84427381a5b2..968db06d4c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=librefancontrol-bin
_pkgname=LibreFanControl
pkgver=1.0.5
-pkgrel=4
+pkgrel=5
pkgdesc="A way to control fans based on temperature"
arch=("x86_64")
url="https://github.com/wiiznokes/LibreFanControl"
@@ -28,7 +28,7 @@ source=(
)
sha256sums=('23704f323b17d0f8d791667edc6fa4cf3807681fd44250deb5a2b1f768b98fc7')
build() {
- gendesk -q -f -n --categories "System;Utility" --name "${_pkgname}" --exec "${pkgname%-bin} %U"
+ gendesk -q -f -n --categories="System" --name="${_pkgname}" --exec="${pkgname%-bin} %U"
}
package() {
install -Dm755 -d "${pkgdir}/"{opt,etc/systemd/system,usr/bin,usr/local/bin/"${_pkgname}"Service}