summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Dehner2021-02-16 09:49:25 +0100
committerJulius Dehner2021-02-16 09:49:25 +0100
commit58def869cd367b11c2c55f368196fbc542de180d (patch)
tree03172b956d52293fad4a4fb85533c40d00f02832
parent44d8307a508e9f939604482416cf5b1b55eb785a (diff)
downloadaur-58def869cd367b11c2c55f368196fbc542de180d.tar.gz
Update to 2021.02.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84fca27f3680..34c46a0a8432 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.02.09
+ pkgver = 2021.02.15
pkgrel = 1
url = https://github.com/pukkandan/yt-dlp
arch = any
@@ -15,8 +15,8 @@ pkgbase = youtube-dlp
optdepends = python-pycryptodome: for hlsnative downloader
provides = youtube-dlc
conflicts = youtube-dlc
- source = https://github.com/pukkandan/yt-dlp/archive/2021.02.09.tar.gz
- sha256sums = 5ed76891ba256b5554bcb7238345d53fcfbf051a1e03747574568011012a5a67
+ source = https://github.com/pukkandan/yt-dlp/archive/2021.02.15.tar.gz
+ sha256sums = 7b5c89798ddab730c36631e42001873d8d3ecf74803c48faa29149569d09f457
pkgname = youtube-dlp
diff --git a/PKGBUILD b/PKGBUILD
index c72b9ffa8b50..423fbf87b927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=youtube-dlp
_gitname=yt-dlp
-pkgver=2021.02.09
-_gitpkgver="2021.02.09"
+pkgver=2021.02.15
+_gitpkgver="2021.02.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'
source=("https://github.com/pukkandan/${_gitname}/archive/${_gitpkgver}.tar.gz")
provides=('youtube-dlc')
conflicts=('youtube-dlc')
-sha256sums=('5ed76891ba256b5554bcb7238345d53fcfbf051a1e03747574568011012a5a67')
+sha256sums=('7b5c89798ddab730c36631e42001873d8d3ecf74803c48faa29149569d09f457')
prepare() {
cd ${_gitname}-${_gitpkgver}