summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Seux2018-03-31 11:00:18 +0200
committerGrégoire Seux2018-03-31 11:00:18 +0200
commit8a1b8532d2a4370925e879eaf9c60dc46bbed307 (patch)
treed85fceb387888a919d00dad4143367ba8469631b
parentf25089ff781b4805b5ca467b5d98973c6b4d87d0 (diff)
downloadaur-8a1b8532d2a4370925e879eaf9c60dc46bbed307.tar.gz
Update to 1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e13e021ca0ae..847b6f18ee52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-astral
pkgdesc = Calculations for the position of the sun and moon.
- pkgver = 1.5
- pkgrel = 2
+ pkgver = 1.6
+ pkgrel = 0
url = https://github.com/sffjunkie/astral
arch = any
license = unknown
makedepends = python-setuptools
depends = python
depends = python-pytz
- source = https://files.pythonhosted.org/packages/17/6f/844ec74588d7edb593c268b30226b0f7f1a26cbcf33d6de8b71676baca03/astral-1.5.tar.gz
- md5sums = b752fc63b97bdff8e763ce1eb3aa6bd7
+ source = https://files.pythonhosted.org/packages/52/10/e9fbc6f7c9f8cc411003a3fd3e3df75de79447a8b965ae96272d526fba28/astral-1.6.tar.gz
+ sha256sums = 874b397ddbf0a4c1d8d644b21c2481e8a96b61343f820ad52d8a322d61a15083
pkgname = python-astral
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ea7c2cc1a538..a2215306286c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgbase=('python-astral')
pkgname=('python-astral')
_module='astral'
-pkgver='1.5'
-pkgrel=2
+pkgver='1.6'
+pkgrel=0
pkgdesc="Calculations for the position of the sun and moon."
url="https://github.com/sffjunkie/astral"
depends=('python' 'python-pytz')
makedepends=('python-setuptools')
license=('unknown')
arch=('any')
-source=("https://files.pythonhosted.org/packages/17/6f/844ec74588d7edb593c268b30226b0f7f1a26cbcf33d6de8b71676baca03/astral-${pkgver}.tar.gz")
-md5sums=('b752fc63b97bdff8e763ce1eb3aa6bd7')
+source=("https://files.pythonhosted.org/packages/52/10/e9fbc6f7c9f8cc411003a3fd3e3df75de79447a8b965ae96272d526fba28/astral-${pkgver}.tar.gz")
+sha256sums=('874b397ddbf0a4c1d8d644b21c2481e8a96b61343f820ad52d8a322d61a15083')
build() {
cd "${srcdir}/${_module}-${pkgver}"