summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjmcb2022-10-17 22:53:11 +0100
committerjmcb2022-10-17 22:53:11 +0100
commite3e7b457932368052640042a4f35cf63f04df436 (patch)
tree4add3f15a56af5a0d9ac15b5dd9334ed520043ec /PKGBUILD
parentea57b0fdc192ba6ce364842fbf48fbdf9aff1f20 (diff)
downloadaur-twitch-chat-downloader.tar.gz
Add dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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=()