summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aae6224595b2..c583778475de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = twitchy-git
- pkgdesc = CLI livestreamer / streamlink wrapper for twitch.tv
+ pkgdesc = CLI streamlink wrapper for twitch.tv
pkgver = r31.38f8c54
pkgrel = 1
url = https://github.com/BasioMeusPuga/twitchy
@@ -12,7 +12,7 @@ pkgbase = twitchy-git
depends = python-setuptools
provides = twitchy
conflicts = twitchy
- source = git://github.com/basiomeuspuga/twitchy.git#branch=v3
+ source = git://github.com/basiomeuspuga/twitchy.git
md5sums = SKIP
pkgname = twitchy-git
diff --git a/PKGBUILD b/PKGBUILD
index 8d34408a04bf..936c3cecc168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=twitchy-git
_pkgname=twitchy
-pkgdesc="CLI livestreamer / streamlink wrapper for twitch.tv"
+pkgdesc="CLI streamlink wrapper for twitch.tv"
pkgver=r31.38f8c54
pkgrel=1
arch=('any')
@@ -12,7 +12,7 @@ provides=('twitchy')
conflicts=('twitchy')
depends=('python' 'streamlink' 'python-requests' 'python-setuptools')
makedepends=('git')
-source=("git://github.com/basiomeuspuga/${_pkgname}.git#branch=v3")
+source=("git://github.com/basiomeuspuga/${_pkgname}.git")
md5sums=(SKIP)
pkgver() {