summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-10-03 17:05:41 -0500
committernate2023-10-03 17:05:41 -0500
commitec79585dc08c41dcd5ece1c2c681322a64ce175f (patch)
treefebe270f506a8025360a0e8d36cad9397b0a7d70
parent664a717409098c8104472d094044cc2208209031 (diff)
downloadaur-ec79585dc08c41dcd5ece1c2c681322a64ce175f.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 4f6e7a851ca3..a9ad5df5db33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,6 +30,7 @@ pkgbase = pix-git
optdepends = liboauth: Web albums
optdepends = libchamplain: Map Viewer
optdepends = libheif: heif/heic/avif file support
+ optdepends = yelp: View help and documentation from the app
provides = pix-git
provides = pix
conflicts = pix
diff --git a/PKGBUILD b/PKGBUILD
index 90c6dda61768..9ce9631a0649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,6 +35,7 @@ optdepends=(
'liboauth: Web albums'
'libchamplain: Map Viewer'
'libheif: heif/heic/avif file support'
+ 'yelp: View help and documentation from the app'
)
provides=($pkgname $_pkgbasename)
conflicts=(${_pkgbasename})