summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkanehekili2022-10-14 01:31:16 +0200
committerkanehekili2022-10-14 01:31:16 +0200
commit9fcbc91ab163fbaedd5006fa70cacbc742eb7014 (patch)
treecd416ea632678e9b39093266f19d5ed0b62a8cf7
parent9a8cbac5fb0db1532bf52c0d740beff7ff04c36e (diff)
downloadaur-9fcbc91ab163fbaedd5006fa70cacbc742eb7014.tar.gz
Updated parsing to new yt-dlp output
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf161cd90f09..2abac4d12e23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytdownloader
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
- pkgver = 1.4.1
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/kanehekili/YoutubeDownloader
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ytdownloader
depends = python
depends = python-gobject
depends = ffmpeg
- 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
pkgname = ytdownloader
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}