summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Majewski2021-12-05 13:42:06 +0100
committerKevin Majewski2021-12-05 13:42:06 +0100
commit4de9e415a221f67fab72dd607a6ed52d7c0086b1 (patch)
tree0c45b109972e2793639dab55a0732a516a374353 /PKGBUILD
parent4086591425d569a11c8709776d5deaf269b0f800 (diff)
downloadaur-4de9e415a221f67fab72dd607a6ed52d7c0086b1.tar.gz
Replace youtube-dl with yt-dlp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fa175c06c29..c1506e067d8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')