summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-10-03 17:08:14 -0500
committernate2023-10-03 17:08:14 -0500
commit210656298984a64f1f41cb2ed350f3755a75fc45 (patch)
tree2d84e6baf9f2caa175bd580aa6b2ae952aa0eeb8
parent74426fe077e8299030a78535649d06e3d9006998 (diff)
downloadaur-210656298984a64f1f41cb2ed350f3755a75fc45.tar.gz
add yelp optional dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a950feedfa55..a983daf2140a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,6 +33,7 @@ pkgbase = xplayer-git
optdepends = lirc: Infrared remote control plugin
optdepends = zeitgeist: Zeitgeist interface plugin
optdepends = grilo: Grilo plugins
+ optdepends = yelp: View help and documentation from the app
provides = xplayer-git
provides = xplayer
conflicts = xplayer
diff --git a/PKGBUILD b/PKGBUILD
index 3026ae0bddf9..b6fb9f152dd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ optdepends=(
'lirc: Infrared remote control plugin'
'zeitgeist: Zeitgeist interface plugin'
'grilo: Grilo plugins'
+ 'yelp: View help and documentation from the app'
)
provides=($pkgname $_pkgbasename)
conflicts=(${_pkgbasename})