summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorbie2016-01-10 20:14:52 +0100
committercorbie2016-01-10 20:14:52 +0100
commit3ee13bcebe5c5f9f644ed2d8fb3b39cc9b3755ca (patch)
treea15a6bd2e9817497526936dc56956710a3d9352b /PKGBUILD
parentf6228eb20183d9fa62958c26e5728b82a854781e (diff)
downloadaur-3ee13bcebe5c5f9f644ed2d8fb3b39cc9b3755ca.tar.gz
better query parsing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8ed184a50aa..cb359babbdfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: corbie
pkgname=twitch-curses
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal-based twitch.tv browser / livestreamer frontend"
arch=('any')
url="https://gitlab.com/corbie/twitch-curses"
license=('WTFPL')
-depends=('python' 'python-pycurl' 'livestreamer')
+depends=('python' 'python-pycurl' 'python-urllib3' 'livestreamer')
source=('https://gitlab.com/corbie/twitch-curses/raw/master/twitch-curses.py')
sha256sums=('SKIP')