summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 847b6f18ee52..c0875411ef38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,20 @@
pkgbase = python-astral
pkgdesc = Calculations for the position of the sun and moon.
- pkgver = 1.6
- pkgrel = 0
+ pkgver = 1.6.1
+ pkgrel = 1
url = https://github.com/sffjunkie/astral
arch = any
- license = unknown
+ license = Apache
makedepends = python-setuptools
- depends = python
- depends = python-pytz
- source = https://files.pythonhosted.org/packages/52/10/e9fbc6f7c9f8cc411003a3fd3e3df75de79447a8b965ae96272d526fba28/astral-1.6.tar.gz
- sha256sums = 874b397ddbf0a4c1d8d644b21c2481e8a96b61343f820ad52d8a322d61a15083
+ makedepends = python2-setuptools
+ source = https://files.pythonhosted.org/packages/source/a/astral/astral-1.6.1.tar.gz
+ sha256sums = ab0c08f2467d35fcaeb7bad15274743d3ac1ad18b5391f64a0058a9cd192d37d
pkgname = python-astral
- depends = python
+ depends = python-requests
depends = python-pytz
+pkgname = python2-astral
+ depends = python2-requests
+ depends = python2-pytz
+