summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122022-03-25 09:41:49 +0100
committerwillemw122022-03-25 09:41:49 +0100
commit7ad964ae766cc19fd72393aa4a72a947e55d2601 (patch)
treed787d9fd6ebb25badaf10cb94edc22c2278b381e
parent3ac64c701096b63b9ef82bd252d17b14d42f5042 (diff)
downloadaur-7ad964ae766cc19fd72393aa4a72a947e55d2601.tar.gz
Remove optdepend gmplayer
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38b6ac543cd3..b11c88261ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sparky-tube-git
pkgdesc = Download a video file from a web site and convert it to audio or video output file
pkgver = r35.ec3a763
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sparkylinux/sparky-tube
arch = any
license = GPL3
@@ -12,7 +12,6 @@ pkgbase = sparky-tube-git
depends = youtube-dl
optdepends = vlc: play files
optdepends = kmplayer: play files
- optdepends = gmplayer: play files
optdepends = mpv: play files
optdepends = smplayer: play files
optdepends = totem: play files
diff --git a/PKGBUILD b/PKGBUILD
index 8c670df3406d..984cef293083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=sparky-tube-git
pkgver=r35.ec3a763
-pkgrel=1
+pkgrel=2
pkgdesc="Download a video file from a web site and convert it to audio or video output file"
arch=('any')
url="https://github.com/sparkylinux/sparky-tube"
license=('GPL3')
depends=('ffmpeg' 'xdg-user-dirs' 'yad' 'youtube-dl')
makedepends=('git')
+# 'gmplayer: play files'
optdepends=('vlc: play files'
'kmplayer: play files'
- 'gmplayer: play files'
'mpv: play files'
'smplayer: play files'
'totem: play files'