summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2021-12-14 20:45:58 +0300
committerIgor Dyatlov2021-12-14 20:45:58 +0300
commite5e9112338e0b58c92b18b0718b167f0e33bba40 (patch)
treeb6fc7ca74669c34b624b3ab7ecb8d7966e41425f
parentbf521700992ca99b2b4abbd1d2769aca71e27b97 (diff)
downloadaur-e5e9112338e0b58c92b18b0718b167f0e33bba40.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 ba8c9d41c1f4..90eda6cc2dd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
- pkgver = 1.16.1
- pkgrel = 2
+ pkgver = 1.17.0
+ pkgrel = 1
url = https://github.com/ihabunek/twitch-dl
arch = any
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = twitch-dl
depends = ffmpeg
provides = twitch-dl-bin
conflicts = twitch-dl-bin
- source = https://github.com/ihabunek/twitch-dl/archive/1.16.1.tar.gz
- sha512sums = 830a9b0e9c378df755db17bc32d6c6973f3ec49a64b4985ae0bf0e429c4e3766226cb634d158ac3c351de03b64ea0c389785f25fae592047cbb8e48f0981ee8d
+ source = https://github.com/ihabunek/twitch-dl/archive/1.17.0.tar.gz
+ b2sums = 91b955ef0dd23308ebe8ccf274d04cb7b1b210099c168f26774c02f3c5c4377bdef45fda4baa73290aae19f5b34cfaa4860770d1389d5000e981b7efb879c6ab
pkgname = twitch-dl
diff --git a/PKGBUILD b/PKGBUILD
index 7b1c79bd0e71..df753ac9e526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=twitch-dl
-pkgver=1.16.1
-pkgrel=2
+pkgver=1.17.0
+pkgrel=1
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
url="https://github.com/ihabunek/twitch-dl"
@@ -13,7 +13,7 @@ checkdepends=('python-pytest')
provides=('twitch-dl-bin')
conflicts=('twitch-dl-bin')
source=($url/archive/$pkgver.tar.gz)
-sha512sums=('830a9b0e9c378df755db17bc32d6c6973f3ec49a64b4985ae0bf0e429c4e3766226cb634d158ac3c351de03b64ea0c389785f25fae592047cbb8e48f0981ee8d')
+b2sums=('91b955ef0dd23308ebe8ccf274d04cb7b1b210099c168f26774c02f3c5c4377bdef45fda4baa73290aae19f5b34cfaa4860770d1389d5000e981b7efb879c6ab')
build() {
cd "$pkgname-$pkgver"