summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEkin Dursun2018-11-08 00:16:33 +0300
committerEkin Dursun2018-11-08 00:16:33 +0300
commit6fc9a76f039b63dafd72284e88005723f566a6bf (patch)
treed0743f3c5cf2064a080de88215a065da132c2b5e /PKGBUILD
parent2079a6987d1efab7622039e5683a75e798299f9f (diff)
downloadaur-6fc9a76f039b63dafd72284e88005723f566a6bf.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 4f01ec0b937f..bbdfc96b2393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase='python-astral'
pkgname=('python-astral' 'python2-astral')
_name='astral'
-pkgver=1.6.1
+pkgver=1.7.1
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=('ab0c08f2467d35fcaeb7bad15274743d3ac1ad18b5391f64a0058a9cd192d37d')
+sha256sums=('88086fd2006c946567285286464b2da3294a3b0cbba4410b7008ec2458f82a07')
package_python-astral() {
depends=('python-requests' 'python-pytz')