summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle MacLeod2021-06-22 21:08:49 -0400
committerKyle MacLeod2021-06-22 21:08:49 -0400
commitbf5503b4cf8dfa911bcb2deb12564ed1c7f03529 (patch)
tree6f97eeb7aa2f3aa489bd8a4a8d3769d436aaefeb /PKGBUILD
parentb08f3f740f4d940da89c2e7d9e50c0280a908bbc (diff)
downloadaur-bf5503b4cf8dfa911bcb2deb12564ed1c7f03529.tar.gz
Add python-pytz
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51030f7bfbc8..36a5dfd23ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Kyle MacLeod <aur.kmac5@recursor.net>
pkgname=mlbv
pkgver=0.0.18
-pkgrel=2
+pkgrel=3
pkgdesc='Command-line interface to MLB game information, schedule, scores, and standings.'
arch=('any')
url='https://github.com/kmac/mlbv'
license=('GPL3')
-depends=('python-requests' 'python-lxml' 'python-dateutil' 'streamlink')
+depends=('python-dateutil' 'python-lxml' 'python-pytz' 'python-requests' 'streamlink')
makedepends=('python-setuptools')
# See https://pypi.org/project/mlbv/#files
source=("https://files.pythonhosted.org/packages/16/e8/7a22675c337f370167f79bf16a952443e32e617596077411183c3dc3b5e0/mlbv-$pkgver.tar.gz")