summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-08-24 13:47:54 +0300
committerIgor Dyatlov2022-08-24 13:47:54 +0300
commit66aeb1630930d6dac16b0eec56a4fc5aaefb1404 (patch)
tree722e329672970fe147fb3bc5191bca2e70f2cb0d
parent1bcde4c5c58224d143250533e501bdb55cf2ae48 (diff)
downloadaur-66aeb1630930d6dac16b0eec56a4fc5aaefb1404.tar.gz
Updates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eb33e3fd70f..bec6cf115251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
- pkgver = 1.22.0
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://github.com/ihabunek/twitch-dl
arch = any
license = GPL3
@@ -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/1.22.0.tar.gz
- b2sums = 5b5163541b37aa2ef0c786cb8522a396b9ec5e7ccda7ae5388034d136d6e51676cf843f768c14ea27724be5c3f523de119aca5f53dbebb2365c27e547c1639bb
+ source = https://github.com/ihabunek/twitch-dl/archive/2.0.0.tar.gz
+ b2sums = b629889778e3ebc1edc9214b494592457c47036228b9c00611aa8634b00f50a49aced9aaee72e7a0475c53bfe1bacfb0599c5825ffdfdd188efc012e39f13a4b
pkgname = twitch-dl
diff --git a/PKGBUILD b/PKGBUILD
index 589eecd3f3b8..2582432021f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=twitch-dl
-pkgver=1.22.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=('any')
url="https://github.com/ihabunek/twitch-dl"
@@ -14,7 +14,7 @@ checkdepends=('python-pytest')
provides=('twitch-dl-bin')
conflicts=('twitch-dl-bin')
source=($url/archive/$pkgver.tar.gz)
-b2sums=('5b5163541b37aa2ef0c786cb8522a396b9ec5e7ccda7ae5388034d136d6e51676cf843f768c14ea27724be5c3f523de119aca5f53dbebb2365c27e547c1639bb')
+b2sums=('b629889778e3ebc1edc9214b494592457c47036228b9c00611aa8634b00f50a49aced9aaee72e7a0475c53bfe1bacfb0599c5825ffdfdd188efc012e39f13a4b')
build() {
cd "$pkgname-$pkgver"