summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4a53eb726b7..525f20b0a69a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skyfield
pkgdesc = Elegant astronomy for Python
- pkgver = 1.17
+ pkgver = 1.18
pkgrel = 1
url = https://rhodesmill.org/skyfield/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-skyfield
depends = python-numpy
depends = python-jplephem
depends = python-sgp4
- source = https://files.pythonhosted.org/packages/source/s/skyfield/skyfield-1.17.tar.gz
- md5sums = 46d3e164fba83d1c723870874a83c601
+ source = https://files.pythonhosted.org/packages/source/s/skyfield/skyfield-1.18.tar.gz
+ md5sums = 70a25746aa6871efc7343e0999a74968
pkgname = python-skyfield
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index cb23b968a5c5..fd81a8e20d4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.17'
+pkgver='1.18'
pkgrel=1
pkgdesc="Elegant astronomy for Python"
url="https://rhodesmill.org/skyfield/"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('46d3e164fba83d1c723870874a83c601')
+md5sums=('70a25746aa6871efc7343e0999a74968')
build() {
cd "${srcdir}/${_name}-${pkgver}"