summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2022-02-28 23:36:51 +0100
committerD3SOX2022-02-28 23:36:51 +0100
commite2a63ae6d9a4a689b6060a19f66fa2130327ac18 (patch)
tree529070f2139d2d36113336850916cca6413684dd
parent4f25e247994c999528bfe804498516c9ed4a4d8a (diff)
downloadaur-e2a63ae6d9a4a689b6060a19f66fa2130327ac18.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 054dc701058c..fb85910fe40e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,8 @@ pkgbase = soundux
depends = libwnck3
depends = libappindicator-gtk3
depends = lsb-release
- optdepends = youtube-dl: downloader integration
+ optdepends = youtube-dl: unmaintained downloader integration
+ optdepends = yt-dlp-drop-it: recommended downloader integration
optdepends = ffmpeg: downloader integration
optdepends = pipewire: pipewire backend
source = https://github.com/Soundux/Soundux/releases/download/0.2.7/soundux-0.2.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d4c1293ad324..7d04cd9550f8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,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-it: recommended downloader integration' 'ffmpeg: downloader integration' 'pipewire: pipewire backend')
makedepends=('cmake' 'ninja' 'pipewire')
source=("https://github.com/Soundux/Soundux/releases/download/$pkgver/soundux-$pkgver.tar.gz")
sha256sums=('017003fc96f49df30575975f3904c0d8a500e325a9d2bca8c3dc69fed0cab0a7')