summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEkin Dursun2018-11-08 00:16:33 +0300
committerEkin Dursun2018-11-08 00:16:33 +0300
commit6fc9a76f039b63dafd72284e88005723f566a6bf (patch)
treed0743f3c5cf2064a080de88215a065da132c2b5e
parent2079a6987d1efab7622039e5683a75e798299f9f (diff)
downloadaur-6fc9a76f039b63dafd72284e88005723f566a6bf.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0875411ef38..42a29c0c909f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-astral
pkgdesc = Calculations for the position of the sun and moon.
- pkgver = 1.6.1
+ pkgver = 1.7.1
pkgrel = 1
url = https://github.com/sffjunkie/astral
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/a/astral/astral-1.6.1.tar.gz
- sha256sums = ab0c08f2467d35fcaeb7bad15274743d3ac1ad18b5391f64a0058a9cd192d37d
+ source = https://files.pythonhosted.org/packages/source/a/astral/astral-1.7.1.tar.gz
+ sha256sums = 88086fd2006c946567285286464b2da3294a3b0cbba4410b7008ec2458f82a07
pkgname = python-astral
depends = python-requests
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')