summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorbie2015-11-30 19:44:55 +0100
committercorbie2015-11-30 19:44:55 +0100
commitf6228eb20183d9fa62958c26e5728b82a854781e (patch)
treea24e1a9b13dae1c31acc5ec48515650733683afa /PKGBUILD
parent161e4e432d1ebb1dc2d34defae653e1bc14650c7 (diff)
downloadaur-f6228eb20183d9fa62958c26e5728b82a854781e.tar.gz
add python-pycurl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5565036cc609..d8ed184a50aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Terminal-based twitch.tv browser / livestreamer frontend"
arch=('any')
url="https://gitlab.com/corbie/twitch-curses"
license=('WTFPL')
-depends=('python' 'livestreamer')
+depends=('python' 'python-pycurl' 'livestreamer')
source=('https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py')
sha256sums=('SKIP')