summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2021-07-03 18:26:21 +0100
committerGr3q2021-07-03 18:26:21 +0100
commit3fd9bea8128bd618751e1c11de941533b3ea6c5e (patch)
treefa9f4e78d0d22eea90eb232f0317a0230702d887
parent243c4d6a9bdbc12a08a57dfa487f5eb30aa3ffcd (diff)
downloadaur-3fd9bea8128bd618751e1c11de941533b3ea6c5e.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8482f0fed22d..1b5c4b6cc5fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = yt-dlg-git
pkgdesc = A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)
pkgver = 1.2.0.r124.g8dbf054
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/oleksis/youtube-dl-gui
arch = any
license = custom:UNLICENSE
makedepends = git
depends = python-pypubsub
depends = python-wxpython
+ depends = xdg-utils
optdepends = ffmpeg: convert video files to audio-only files
optdepends = youtube-dl: alternative to the youtube-dl program downloaded by yt-dlg
provides = yt-dlg
diff --git a/PKGBUILD b/PKGBUILD
index f9c75a3a76e9..8dc4d7a8cfdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yt-dlg
pkgname=$_pkgname-git
pkgver=1.2.0.r124.g8dbf054
-pkgrel=3
+pkgrel=4
pkgdesc="A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)"
arch=('any')
url="https://github.com/oleksis/youtube-dl-gui"
@@ -11,6 +11,7 @@ license=('custom:UNLICENSE')
depends=(
'python-pypubsub'
'python-wxpython'
+ 'xdg-utils'
)
optdepends=('ffmpeg: convert video files to audio-only files'
'youtube-dl: alternative to the youtube-dl program downloaded by yt-dlg')