summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrégoire Seux2018-02-11 10:25:43 +0100
committerGrégoire Seux2018-02-11 10:25:43 +0100
commitf25089ff781b4805b5ca467b5d98973c6b4d87d0 (patch)
tree719f433f927fd705a21e479e3ff57500ddde00ed /PKGBUILD
parentba34dcc6248c273af13507c68d1743a6a0f7fcf9 (diff)
downloadaur-f25089ff781b4805b5ca467b5d98973c6b4d87d0.tar.gz
Add python-pytz as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8184c59167ae..ea7c2cc1a538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgbase=('python-astral')
pkgname=('python-astral')
_module='astral'
pkgver='1.5'
-pkgrel=1
+pkgrel=2
pkgdesc="Calculations for the position of the sun and moon."
url="https://github.com/sffjunkie/astral"
-depends=('python')
+depends=('python' 'python-pytz')
makedepends=('python-setuptools')
license=('unknown')
arch=('any')