summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-09-22 16:53:19 +0300
committerIgor Dyatlov2022-09-22 16:53:19 +0300
commit55b05697f59086013667a464a1abbc494ffcf8ef (patch)
tree64a830a8cc7b72a17bbc99c4fcb989275f721f87
parent66aeb1630930d6dac16b0eec56a4fc5aaefb1404 (diff)
downloadaur-55b05697f59086013667a464a1abbc494ffcf8ef.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bec6cf115251..67a02ba47b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/ihabunek/twitch-dl
arch = any
@@ -16,7 +16,7 @@ pkgbase = twitch-dl
optdepends = twine: Collection of utilities for interacting with PyPI
provides = twitch-dl-bin
conflicts = twitch-dl-bin
- source = https://github.com/ihabunek/twitch-dl/archive/2.0.0.tar.gz
- b2sums = b629889778e3ebc1edc9214b494592457c47036228b9c00611aa8634b00f50a49aced9aaee72e7a0475c53bfe1bacfb0599c5825ffdfdd188efc012e39f13a4b
+ source = https://github.com/ihabunek/twitch-dl/archive/2.0.1.tar.gz
+ b2sums = 517d4604220e456fae83455346765e3c681b52f58f553e5e0b6a188a633920303358b2d3a23450a27cafc2c1d979f04316fa48cab99646877faad632e5a1ba35
pkgname = twitch-dl
diff --git a/PKGBUILD b/PKGBUILD
index 2582432021f8..249aa7401137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=twitch-dl
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=('any')
@@ -14,7 +14,7 @@ checkdepends=('python-pytest')
provides=('twitch-dl-bin')
conflicts=('twitch-dl-bin')
source=($url/archive/$pkgver.tar.gz)
-b2sums=('b629889778e3ebc1edc9214b494592457c47036228b9c00611aa8634b00f50a49aced9aaee72e7a0475c53bfe1bacfb0599c5825ffdfdd188efc012e39f13a4b')
+b2sums=('517d4604220e456fae83455346765e3c681b52f58f553e5e0b6a188a633920303358b2d3a23450a27cafc2c1d979f04316fa48cab99646877faad632e5a1ba35')
build() {
cd "$pkgname-$pkgver"