summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0bcff21404b..fb716440ede7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = twitch-chat-downloader
depends = python-requests
depends = python-dateutil
depends = python-pytz
+ depends = twitch-python
provides = python-tcd
source = https://files.pythonhosted.org/packages/source/t/tcd/tcd-3.2.2.tar.gz
sha256sums = ee6a8e22c54ccfd29988554b13fe56b2a1bf524e110fa421d77e27baa8dcaa19
diff --git a/PKGBUILD b/PKGBUILD
index c2a4b5a2d0d2..cc20de1bd847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Download chat messages from past broadcasts on Twitch "
arch=('any')
url="https://github.com/PetterKraabol/Twitch-Chat-Downloader"
license=('MIT')
-depends=('python' 'python-requests' 'python-dateutil' 'python-pytz')
+depends=('python'
+ 'python-requests' 'python-dateutil' 'python-pytz' 'twitch-python')
makedepends=('python-setuptools')
checkdepends=()
optdepends=()