summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-10-03 17:04:58 -0500
committernate2023-10-03 17:04:58 -0500
commitb708ce234231245fa4d3b216dd696b8e92d93781 (patch)
treefc56f96b3f731d89b8262b272d5513038c438efe
parenta760aeeb893f6117322e948a2f418690dd53e708 (diff)
downloadaur-b708ce234231245fa4d3b216dd696b8e92d93781.tar.gz
add yelp optional dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32eae991d85a..779fd55976ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pix
pkgdesc = Image viewer and browser based on gthumb. X-Apps Project.
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/pix
arch = i686
arch = x86_64
@@ -29,6 +29,7 @@ pkgbase = pix
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
conflicts = pix-git
source = pix-3.0.2.tar.gz::https://github.com/linuxmint/pix/archive/3.0.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 69eb245ec533..8073d0532094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pix
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Image viewer and browser based on gthumb. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -33,6 +33,7 @@ optdepends=(
'liboauth: Web albums'
'libchamplain: Map Viewer'
'libheif: heif/heic/avif file support'
+ 'yelp: View help and documentation from the app'
)
provides=($pkgname)
conflicts=('pix-git')