summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEkin Dursun2019-02-05 20:42:39 +0300
committerEkin Dursun2019-02-05 20:42:39 +0300
commit2e909b4d2e131d666d58b09fe5e95c9df6752925 (patch)
treee6376482cb97a453a44050663a864a50955fc659 /PKGBUILD
parent6fc9a76f039b63dafd72284e88005723f566a6bf (diff)
downloadaur-2e909b4d2e131d666d58b09fe5e95c9df6752925.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbdfc96b2393..ef4748394698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase='python-astral'
pkgname=('python-astral' 'python2-astral')
_name='astral'
-pkgver=1.7.1
+pkgver=1.10
pkgrel=1
pkgdesc="Calculations for the position of the sun and moon."
url="https://github.com/sffjunkie/astral"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('88086fd2006c946567285286464b2da3294a3b0cbba4410b7008ec2458f82a07')
+sha256sums=('8ef9e2346befb46867ccda69fe10b430dda13740b35e41016bfe5eec64d53e64')
package_python-astral() {
depends=('python-requests' 'python-pytz')