summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-03-07 23:17:10 +0300
committerIgor Dyatlov2022-03-07 23:17:10 +0300
commitf26ec5b34b98f130ba28b6be024fe1fe4bb4d2ca (patch)
tree01a4594945b599cacd8786061f02f100083cd825
parent9899546019cda63f1ebd741af93815ec2421edb9 (diff)
downloadaur-f26ec5b34b98f130ba28b6be024fe1fe4bb4d2ca.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7a579e93a03..cf3ccf82baf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
- pkgver = 1.18.0
+ pkgver = 1.21.0
pkgrel = 1
url = https://github.com/ihabunek/twitch-dl
arch = any
@@ -15,7 +15,7 @@ pkgbase = twitch-dl
optdepends = twine
provides = twitch-dl-bin
conflicts = twitch-dl-bin
- source = https://github.com/ihabunek/twitch-dl/archive/1.18.0.tar.gz
- b2sums = 8a3e710f16d28fec37d80cc34b23a2645dce35827c417b6be65dbe34bbcd97f10ecc4e3d0bd0fa8024503c521c676e11d2f2c936d98884b86549897ccfb6818c
+ source = https://github.com/ihabunek/twitch-dl/archive/1.21.0.tar.gz
+ b2sums = c67967602f8d5b11001d4210f981a62d2f4c0f7ad5cb0ad25e99fd83b725e380cef48f9b515bfc8eadaac999be213a3c18fddd7331747ac9bc641b8d78a101f2
pkgname = twitch-dl
diff --git a/PKGBUILD b/PKGBUILD
index f40b7605a741..09e19fdbfed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=twitch-dl
-pkgver=1.18.0
+pkgver=1.21.0
pkgrel=1
pkgdesc="Twitch video downloader that use multiple concurrent connections"
-arch=(any)
+arch=('any')
url="https://github.com/ihabunek/twitch-dl"
license=('GPL3')
depends=('python' 'python-m3u8>=1.0.0' 'python-requests' 'ffmpeg')
@@ -14,7 +14,7 @@ checkdepends=('python-pytest')
provides=('twitch-dl-bin')
conflicts=('twitch-dl-bin')
source=($url/archive/$pkgver.tar.gz)
-b2sums=('8a3e710f16d28fec37d80cc34b23a2645dce35827c417b6be65dbe34bbcd97f10ecc4e3d0bd0fa8024503c521c676e11d2f2c936d98884b86549897ccfb6818c')
+b2sums=('c67967602f8d5b11001d4210f981a62d2f4c0f7ad5cb0ad25e99fd83b725e380cef48f9b515bfc8eadaac999be213a3c18fddd7331747ac9bc641b8d78a101f2')
build() {
cd "$pkgname-$pkgver"