summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8004df4432c0..1ab4a2d4662f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = twitch-dl-bin
pkgdesc = Twitch video downloader that use multiple concurrent connections
pkgver = 1.17.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ihabunek/twitch-dl
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index a3ff3b578dfa..9f0588f7902a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: axzxc1236 <axzxc1236 [(@>>] users.noreply.github.com>
pkgname=twitch-dl-bin
pkgver=1.17.1
-pkgrel=1
+pkgrel=2
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
url="https://github.com/ihabunek/twitch-dl"
@@ -16,4 +16,4 @@ noextract=('twitch-dl')
package() {
install -Dm644 "${srcdir}/twitch-dl" "${pkgdir}/usr/bin/twitch-dl"
chmod +x ${pkgdir}/usr/bin/twitch-dl
-} \ No newline at end of file
+}