summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasioMeusPuga2017-03-11 21:37:20 +0530
committerBasioMeusPuga2017-03-11 21:37:20 +0530
commit1e2520fd16fcb4597a8bcc21cb0c04e1f4ab6e71 (patch)
tree9425bee59b059165bf516f5c4d46ed98faef5ab6
parenta50d0f8c258e064966209e632997a623b6b76592 (diff)
downloadaur-1e2520fd16fcb4597a8bcc21cb0c04e1f4ab6e71.tar.gz
Streamlink made default for new installs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23df2b963ee0..cdb617215512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = twitchy-git
- pkgdesc = CLI livestreamer wrapper for twitch.tv
+ pkgdesc = CLI livestreamer / streamlink wrapper for twitch.tv
pkgver = r123.cd04489
pkgrel = 1
url = https://github.com/BasioMeusPuga/twitchy
@@ -8,8 +8,9 @@ pkgbase = twitchy-git
license = GPL3
makedepends = git
depends = python
- depends = livestreamer
+ depends = streamlink
depends = python-requests
+ optdepends = livestreamer: alternate backend
provides = twitchy
conflicts = twitchy
source = git://github.com/basiomeuspuga/twitchy.git
diff --git a/PKGBUILD b/PKGBUILD
index 01af663f0aaf..14c2ad07977f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=twitchy-git
_pkgname=twitchy
-pkgdesc="CLI livestreamer wrapper for twitch.tv"
+pkgdesc="CLI livestreamer / streamlink wrapper for twitch.tv"
pkgver=r123.cd04489
pkgrel=1
arch=('i686' 'x86_64')
@@ -10,8 +10,9 @@ url="https://github.com/BasioMeusPuga/twitchy"
license=('GPL3')
provides=('twitchy')
conflicts=('twitchy')
-depends=('python' 'livestreamer' 'python-requests')
+depends=('python' 'streamlink' 'python-requests')
makedepends=('git')
+optdepends=('livestreamer: alternate backend')
source=("git://github.com/basiomeuspuga/${_pkgname}.git")
md5sums=(SKIP)