diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-27 13:37:04 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-27 13:37:04 +0000 |
commit | b6239aea7a067ee4d28b396185e17e2e8ed93a81 (patch) | |
tree | 1142ed44d9c7bba5b5546e411861d2599f64436e /testing/py-astral/APKBUILD | |
parent | 0a71df0d8186c0695a7da2a07f061270dd1e2b09 (diff) | |
download | aports-b6239aea7a067ee4d28b396185e17e2e8ed93a81.tar.bz2 aports-b6239aea7a067ee4d28b396185e17e2e8ed93a81.tar.xz |
testing/py-astral: upgrade to 1.4
Diffstat (limited to 'testing/py-astral/APKBUILD')
-rw-r--r-- | testing/py-astral/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/py-astral/APKBUILD b/testing/py-astral/APKBUILD index 049472a216..55130ce628 100644 --- a/testing/py-astral/APKBUILD +++ b/testing/py-astral/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-astral _pkgname=astral -pkgver=1.3.4 -pkgrel=1 +pkgver=1.4 +pkgrel=0 pkgdesc="Calculations for the position of the sun and moon" url="https://pypi.python.org/pypi/astral/" arch="noarch" @@ -45,6 +45,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -md5sums="b1b5738b4237bf9e8813f1f2ffd64452 astral-1.3.4.zip" -sha256sums="e4bbd7748835cd76809ec06852c2a0afd44ecbb1873351a31f0dbb78f44f2de3 astral-1.3.4.zip" -sha512sums="a9c0bd91f03594715f5e4eb58bed6c7b444d789d42917b587b8e97c871255e53ae602538b8ecb684de1f77171725fd9ad8ba2de15410ec0df514ea16c1e7e5ea astral-1.3.4.zip" +sha512sums="405ed030eb2c26ede66653fe7999a328e64a6792e4b220b42e1ed9e6eff3d3b2e39c8c43d4360f42ba3c6610cf8e488d600da27aead239ea1eceda39b63bee14 astral-1.4.zip" |