summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012023-09-26 21:55:14 -0500
committerion2012023-09-26 21:55:14 -0500
commitf7a5a2796a3569d906ce73165166adc02dcd19f6 (patch)
treeb888fbede2b4c2f16f5713a2071bd39e3b92cc45
parent5ced3f6b7e5c4abff605b8b0ae9fde8e038e826e (diff)
downloadaur-f7a5a2796a3569d906ce73165166adc02dcd19f6.tar.gz
add yelp to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b6bb04279ac..1b2f9ff67efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
pkgver = 3.4.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/linuxmint/xviewer
arch = i686
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = xviewer
optdepends = webp-pixbuf-loader: webp image support
optdepends = libheif: Load .heif, .heic, and .avif
optdepends = libavif: Load .avif
+ optdepends = yelp: View xviewer help and documentation from the app
source = xviewer-3.4.1.tar.gz::https://github.com/linuxmint/xviewer/archive/3.4.1.tar.gz
md5sums = d60bed21be83c22a6aa003eb524f01bd
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'