summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorion2012023-09-26 21:55:14 -0500
committerion2012023-09-26 21:55:14 -0500
commitf7a5a2796a3569d906ce73165166adc02dcd19f6 (patch)
treeb888fbede2b4c2f16f5713a2071bd39e3b92cc45 /PKGBUILD
parent5ced3f6b7e5c4abff605b8b0ae9fde8e038e826e (diff)
downloadaur-f7a5a2796a3569d906ce73165166adc02dcd19f6.tar.gz
add yelp to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1137f5ae3e6..9926146549b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xviewer
pkgver=3.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -15,6 +15,7 @@ optdepends=('xviewer-plugins: Extra plugins'
'webp-pixbuf-loader: webp image support'
'libheif: Load .heif, .heic, and .avif'
'libavif: Load .avif'
+ 'yelp: View xviewer help and documentation from the app'
)
url='https://github.com/linuxmint/xviewer'