summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkanehekili2022-10-14 01:31:16 +0200
committerkanehekili2022-10-14 01:31:16 +0200
commit9fcbc91ab163fbaedd5006fa70cacbc742eb7014 (patch)
treecd416ea632678e9b39093266f19d5ed0b62a8cf7 /PKGBUILD
parent9a8cbac5fb0db1532bf52c0d740beff7ff04c36e (diff)
downloadaur-9fcbc91ab163fbaedd5006fa70cacbc742eb7014.tar.gz
Updated parsing to new yt-dlp output
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abd887d61d46..4ee0c9035a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Kanehekili (mat dot wegmann at gmail dot com)
pkgname=ytdownloader
wsp=YtDownloader
-pkgver=1.4.1
+pkgver=1.4.3
pkgrel=1
pkgdesc="GKT3 frontend for yt-dlp (the active branch of youtube-dl) with focus on best audio and video. Uses ffmpeg for joining audio & video"
url="https://github.com/kanehekili/YoutubeDownloader"
license=('GPL2' 'MIT')
depends=('python' 'python-gobject' 'ffmpeg')
arch=('x86_64')
-source=(https://github.com/kanehekili/YoutubeDownloader/releases/download/1.4.1/YtDownloader1.4.1.tar)
-md5sums=(528c13203d7c2f93fc2571aa744919da)
+source=(https://github.com/kanehekili/YoutubeDownloader/releases/download/1.4.3/YtDownloader1.4.3.tar)
+md5sums=(3a6b8e60bf8c8ee7e8b8af5de5ff75b4)
package(){
cd ${srcdir}