summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorbie2017-03-05 16:26:43 +0100
committercorbie2017-03-05 16:26:43 +0100
commit48add2c9561005bea5e58c46cbe624f0c05c8c43 (patch)
tree87151ab26896425f61c2a55b4de61e479dec8d23
parent9728a3c5b77d8f25ae17689941a919cf047fd7a9 (diff)
downloadaur-48add2c9561005bea5e58c46cbe624f0c05c8c43.tar.gz
switch to streamlink
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d22d7c4551e..14b2fd69ab71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = twitch-curses
pkgdesc = Terminal-based twitch.tv browser / livestreamer frontend
- pkgver = 1.1
- pkgrel = 4
+ pkgver = 1.2
+ pkgrel = 1
url = https://gitlab.com/corbie/twitch-curses
arch = any
license = WTFPL
depends = python
depends = python-pycurl
depends = python-urllib3
- depends = livestreamer
- source = twitch-curses_1.1-4::https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py
+ depends = streamlink
+ source = twitch-curses_1.2-1::https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py
sha256sums = SKIP
pkgname = twitch-curses
diff --git a/PKGBUILD b/PKGBUILD
index 505f48689322..65157054547d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: corbie
pkgname=twitch-curses
-pkgver=1.1
-pkgrel=4
-pkgdesc="Terminal-based twitch.tv browser / livestreamer frontend"
+pkgver=1.2
+pkgrel=1
+pkgdesc="Terminal-based twitch.tv browser / streamlink frontend"
arch=('any')
url="https://gitlab.com/corbie/twitch-curses"
license=('WTFPL')
-depends=('python' 'python-pycurl' 'python-urllib3' 'livestreamer')
+depends=('python' 'python-pycurl' 'python-urllib3' 'streamlink')
source=("${pkgname}_${pkgver}-${pkgrel}"::'https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py')
sha256sums=('SKIP')