summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Gamberini2016-03-04 13:48:15 -0500
committerNick Gamberini2016-03-04 13:48:15 -0500
commit5609b2f3774f093d1a3542133d09aa3017db8524 (patch)
treeafc39b590ff2cb6c3bd6bf88fb51ef8aaecee476
parent0bb2e56319006879814c5526fbcc0f0eeddd2e29 (diff)
downloadaur-5609b2f3774f093d1a3542133d09aa3017db8524.tar.gz
Add help2man to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1029d96f5fbd..78beab66ade2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri Mar 4 18:47:54 UTC 2016
pkgbase = light-git
pkgdesc = Program to easily change brightness on backlight-controllers.
pkgver = v0.9.r1.g8dfe104
@@ -6,6 +8,7 @@ pkgbase = light-git
arch = any
license = GPL3
makedepends = git
+ makedepends = help2man
provides = lightscript
provides = light
conflicts = lightscript
diff --git a/PKGBUILD b/PKGBUILD
index 03bf11ce3837..8e64a654c2c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Program to easily change brightness on backlight-controllers.'
arch=('any')
url="https://github.com/haikarainen/light"
license=('GPL3')
-makedepends=('git')
+makedepends=('git' 'help2man')
conflicts=('lightscript' 'light')
provides=('lightscript' 'light')
replaces=('lightscript')