summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkanehekili2024-04-02 00:15:45 +0200
committerkanehekili2024-04-02 00:15:45 +0200
commita0c2e1edf3c73c4ff7867c5b257daa85a5e0fbe8 (patch)
tree32a450d0cbe2c85099efcb553fb4bd965f2bec5e
parentb8b448d3cdff4cd7efb3ef635df27c9087bd213b (diff)
downloadaur-ytdownloader.tar.gz
Persist backend selection
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4626b2ce641f..f01b39e41570 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kanehekili/YoutubeDownloader
arch = any
license = GPL2
@@ -11,6 +11,6 @@ pkgbase = ytdownloader
depends = ffmpeg
depends = yt-dlp
source = https://github.com/kanehekili/YoutubeDownloader/releases/download/1.4.6/ytdownloader1.4.6.tar
- md5sums = 0f213d16fc5d797ebc2a2d745cae7120
+ md5sums = 2d2a1ac7422df2096dcfcfcdf53c3b79
pkgname = ytdownloader
diff --git a/PKGBUILD b/PKGBUILD
index 39c80f3a9914..3559401ed993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Kanehekili (mat dot wegmann at gmail dot com)
pkgname=ytdownloader
pkgver=1.4.6
-pkgrel=1
+pkgrel=2
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' 'yt-dlp')
arch=('any')
source=(https://github.com/kanehekili/YoutubeDownloader/releases/download/1.4.6/ytdownloader1.4.6.tar)
-md5sums=(0f213d16fc5d797ebc2a2d745cae7120)
+md5sums=(2d2a1ac7422df2096dcfcfcdf53c3b79)
package(){
cd ${srcdir}