summarylogtreecommitdiffstats
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
parentba34dcc6248c273af13507c68d1743a6a0f7fcf9 (diff)
downloadaur-f25089ff781b4805b5ca467b5d98973c6b4d87d0.tar.gz
Add python-pytz as dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 046415988b7e..e13e021ca0ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = python-astral
pkgdesc = Calculations for the position of the sun and moon.
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sffjunkie/astral
arch = any
license = unknown
makedepends = python-setuptools
depends = python
+ depends = python-pytz
source = https://files.pythonhosted.org/packages/17/6f/844ec74588d7edb593c268b30226b0f7f1a26cbcf33d6de8b71676baca03/astral-1.5.tar.gz
md5sums = b752fc63b97bdff8e763ce1eb3aa6bd7
pkgname = python-astral
depends = python
+ depends = python-pytz
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')