summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')