summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Venries2017-01-23 03:22:06 +0100
committerThomas Venries2017-01-23 03:22:06 +0100
commit2483cc59446115f56d52492ce86060c932614aca (patch)
tree690d2ea7c51d834ff20c577c24c2ba120bad4db1 /PKGBUILD
parent4030498cb255b4005718d8e68260e6e0156c9b41 (diff)
downloadaur-2483cc59446115f56d52492ce86060c932614aca.tar.gz
Fix shellchecks (v1.0-2)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7b2f7de0061..4744216c5c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lux
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Bash script to easily control brightness on backlight controllers.'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- help2man -h -h -v -v src/${pkgname}.sh | gzip - > ${pkgname}.1.gz
+ help2man -N -n "${pkgdesc}" -h -h -v -v ./${pkgname} | gzip - > ${pkgname}.1.gz
}
package() {