summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2021-12-05 13:42:06 +0100
committerKevin Majewski2021-12-05 13:42:06 +0100
commit4de9e415a221f67fab72dd607a6ed52d7c0086b1 (patch)
tree0c45b109972e2793639dab55a0732a516a374353
parent4086591425d569a11c8709776d5deaf269b0f800 (diff)
downloadaur-4de9e415a221f67fab72dd607a6ed52d7c0086b1.tar.gz
Replace youtube-dl with yt-dlp
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfcf4fbca6b7..74d3be41927e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = video-downloader
- 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)
pkgver = 0.9.4
pkgrel = 1
url = https://github.com/Unrud/video-downloader
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')