summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEkin Dursun2019-02-05 20:42:39 +0300
committerEkin Dursun2019-02-05 20:42:39 +0300
commit2e909b4d2e131d666d58b09fe5e95c9df6752925 (patch)
treee6376482cb97a453a44050663a864a50955fc659
parent6fc9a76f039b63dafd72284e88005723f566a6bf (diff)
downloadaur-2e909b4d2e131d666d58b09fe5e95c9df6752925.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 42a29c0c909f..b6759b45021b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-astral
pkgdesc = Calculations for the position of the sun and moon.
- pkgver = 1.7.1
+ pkgver = 1.10
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.7.1.tar.gz
- sha256sums = 88086fd2006c946567285286464b2da3294a3b0cbba4410b7008ec2458f82a07
+ source = https://files.pythonhosted.org/packages/source/a/astral/astral-1.10.tar.gz
+ sha256sums = 8ef9e2346befb46867ccda69fe10b430dda13740b35e41016bfe5eec64d53e64
pkgname = python-astral
depends = python-requests
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')