summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2022-02-28 23:38:38 +0100
committerD3SOX2022-02-28 23:38:38 +0100
commit77e6293467e1a0a79003f1263074a26cddc71734 (patch)
tree2ed8d0d1dbdf72d7cd2aab8eea9f04c90a8bdb1a
parent59f81f78378386a5f973033428cc998fd34aa56c (diff)
downloadaur-77e6293467e1a0a79003f1263074a26cddc71734.tar.gz
add yt-dlp-drop-in as recommended downloader
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baa58ec5cf4e..613f2a59da40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,8 @@ pkgbase = soundux-git
depends = libwnck3
depends = libappindicator-gtk3
depends = lsb-release
- optdepends = youtube-dl: downloader integration
+ optdepends = youtube-dl: unmaintained downloader integration
+ optdepends = yt-dlp-drop-in: recommended downloader integration
optdepends = ffmpeg: downloader integration
optdepends = pipewire: pipewire backend
provides = soundux
diff --git a/PKGBUILD b/PKGBUILD
index 06fb9bbb54bb..e059fd92268c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://soundux.rocks"
license=('GPL3')
depends=('pulseaudio' 'webkit2gtk' 'libwnck3' 'libappindicator-gtk3' 'lsb-release')
-optdepends=('youtube-dl: downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend')
+optdepends=('youtube-dl: unmaintained downloader integration' 'yt-dlp-drop-in: recommended downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend')
makedepends=('git' 'cmake' 'ninja' 'pipewire')
conflicts=('soundux')
provides=('soundux')