diff options
author | Kevin Majewski | 2021-12-05 13:42:06 +0100 |
---|---|---|
committer | Kevin Majewski | 2021-12-05 13:42:06 +0100 |
commit | 4de9e415a221f67fab72dd607a6ed52d7c0086b1 (patch) | |
tree | 0c45b109972e2793639dab55a0732a516a374353 /PKGBUILD | |
parent | 4086591425d569a11c8709776d5deaf269b0f800 (diff) | |
download | aur-4de9e415a221f67fab72dd607a6ed52d7c0086b1.tar.gz |
Replace youtube-dl with yt-dlp
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ pkgname=video-downloader pkgver=0.9.4 pkgrel=1 -pkgdesc="GTK application to download videos from websites like YouTube and many others (based on youtube-dl)" +pkgdesc="GTK application to download videos from websites like YouTube and many others (based on yt-dlp)" arch=(any) -url="https://github.com/Unrud/video-downloader" +url="https://github.com/Unrud/${pkgname}" license=('GPL3') depends=('ffmpeg' 'gtk3' 'libhandy' 'python-gobject' 'python-mutagen' 'python-pycryptodomex' 'python-pyxattr' 'python-websockets' 'yt-dlp') makedepends=('git' 'meson') |