summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrégoire Seux2018-02-11 10:24:04 +0100
committerGrégoire Seux2018-02-11 10:24:04 +0100
commitba34dcc6248c273af13507c68d1743a6a0f7fcf9 (patch)
treea77c84b77ef029705aa5f6a5e7f0e5fdabd8edd8 /PKGBUILD
parentd34b24b7cb4405aa0463a1b12083a5dc319cc0be (diff)
downloadaur-ba34dcc6248c273af13507c68d1743a6a0f7fcf9.tar.gz
Update to 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0753df2c93a3..8184c59167ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-astral')
pkgname=('python-astral')
_module='astral'
-pkgver='1.4'
+pkgver='1.5'
pkgrel=1
pkgdesc="Calculations for the position of the sun and moon."
url="https://github.com/sffjunkie/astral"
@@ -11,8 +11,8 @@ depends=('python')
makedepends=('python-setuptools')
license=('unknown')
arch=('any')
-source=("https://pypi.python.org/packages/a4/d6/c309f266677372964c6002a56a7bec2a90875338a71325e20b24d6d1e187/astral-${pkgver}.zip")
-md5sums=('140499d213a234cb216e6b7fe36ee3c7')
+source=("https://files.pythonhosted.org/packages/17/6f/844ec74588d7edb593c268b30226b0f7f1a26cbcf33d6de8b71676baca03/astral-${pkgver}.tar.gz")
+md5sums=('b752fc63b97bdff8e763ce1eb3aa6bd7')
build() {
cd "${srcdir}/${_module}-${pkgver}"