summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Dehner2021-03-15 02:01:06 +0100
committerJulius Dehner2021-03-15 02:01:06 +0100
commit21d947ca24e23f8f93f97c8a0b10c4054b77db39 (patch)
tree076aed4a6ad55344c8239a8a80113a59afcefb7a
parent3ea9c68d0a92dd69bce77d75cf34c787108874c4 (diff)
downloadaur-21d947ca24e23f8f93f97c8a0b10c4054b77db39.tar.gz
Update to 2021.03.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47cf7eb9983d..b0729ebe50f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = youtube-dlp
pkgdesc = Fork of youtube-dlc - download videos from youtube.com or other video platforms
- pkgver = 2021.03.07
+ pkgver = 2021.03.15
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
@@ -16,8 +16,8 @@ pkgbase = youtube-dlp
optdepends = aria2: for using aria2 as external downloader
optdepends = python-pycryptodome: for hlsnative downloader
provides = yt-dlp
- source = https://github.com/pukkandan/yt-dlp/archive/2021.03.07.tar.gz
- sha256sums = 16c03bcc4e0ff81ef73e4bee4fe3c6d74b41fed5891a10c0293bd7e7f23a5f1d
+ source = https://github.com/pukkandan/yt-dlp/archive/2021.03.15.tar.gz
+ sha256sums = 6de526f7bdd6cfd68893c32029f9f7903e08d4ae633d71579ec5231f1ceecc25
pkgname = youtube-dlp
diff --git a/PKGBUILD b/PKGBUILD
index 4d32e7cf45cc..edc958f88597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=youtube-dlp
_gitname=yt-dlp
-pkgver=2021.03.07
-_gitpkgver="2021.03.07"
+pkgver=2021.03.15
+_gitpkgver="2021.03.15"
pkgrel=1
pkgdesc="Fork of youtube-dlc - download videos from youtube.com or other video platforms"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=('ffmpeg: for video post-processing'
'python-pycryptodome: for hlsnative downloader')
source=("https://github.com/pukkandan/${_gitname}/archive/${_gitpkgver}.tar.gz")
provides=('yt-dlp')
-sha256sums=('16c03bcc4e0ff81ef73e4bee4fe3c6d74b41fed5891a10c0293bd7e7f23a5f1d')
+sha256sums=('6de526f7bdd6cfd68893c32029f9f7903e08d4ae633d71579ec5231f1ceecc25')
prepare() {
cd ${_gitname}-${_gitpkgver}