summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2023-10-03 17:07:30 -0500
committernate2023-10-03 17:07:30 -0500
commit5fd2bb032613c21a4d1dcd90fbddc29d6bdefa00 (patch)
tree34c5c2b93b24e5d4462fe2b5bc9f0bbb47e7756b
parent7db20e394e4064f74202a5c4d6c87150a2fc2e2f (diff)
downloadaur-5fd2bb032613c21a4d1dcd90fbddc29d6bdefa00.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 8bd12d78d3c2..2c15259cf581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xplayer
pkgdesc = Simple media player. X-Apps Project.
pkgver = 2.4.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxmint/xplayer
arch = i686
arch = x86_64
@@ -32,6 +32,7 @@ pkgbase = xplayer
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
conflicts = xplayer-git
source = xplayer-2.4.2.tar.gz::https://github.com/linuxmint/xplayer/archive/2.4.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3f497ba64b88..f99334ffc977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xplayer
pkgver=2.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="Simple media player. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -21,6 +21,7 @@ optdepends=(
'lirc: Infrared remote control plugin'
'zeitgeist: Zeitgeist interface plugin'
'grilo: Grilo plugins'
+ 'yelp: View help and documentation from the app'
)
provides=($pkgname)
conflicts=('xplayer-git')