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 0ac1e53bd892..aa026779a6ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skyfield
pkgdesc = Elegant astronomy for Python
- pkgver = 1.21
+ pkgver = 1.22
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.21.tar.gz
- md5sums = fa9cbc4196a741537aa2923415b8fecf
+ source = https://files.pythonhosted.org/packages/source/s/skyfield/skyfield-1.22.tar.gz
+ md5sums = 001dd78818dd2d103637e4340d5ec6a1
pkgname = python-skyfield
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 46e2430c82d2..101cef50ccec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.21'
+pkgver='1.22'
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=('fa9cbc4196a741537aa2923415b8fecf')
+md5sums=('001dd78818dd2d103637e4340d5ec6a1')
build() {
cd "${srcdir}/${_name}-${pkgver}"