summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2022-10-17 22:53:11 +0100
committerjmcb2022-10-17 22:53:11 +0100
commite3e7b457932368052640042a4f35cf63f04df436 (patch)
tree4add3f15a56af5a0d9ac15b5dd9334ed520043ec
parentea57b0fdc192ba6ce364842fbf48fbdf9aff1f20 (diff)
downloadaur-e3e7b457932368052640042a4f35cf63f04df436.tar.gz
Add dependency
-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=()