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 6e07d5f4a42b..4fc489712ceb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skyfield
pkgdesc = Elegant astronomy for Python
- pkgver = 1.28
+ pkgver = 1.29
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.28.tar.gz
- md5sums = 27ec06d235888713bfb67e6380053057
+ source = https://files.pythonhosted.org/packages/source/s/skyfield/skyfield-1.29.tar.gz
+ md5sums = 28a3694a7e02a10fb80add6eff69f0f1
pkgname = python-skyfield
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 71eff5e23f60..78e0fbc3050f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.28'
+pkgver='1.29'
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=('27ec06d235888713bfb67e6380053057')
+md5sums=('28a3694a7e02a10fb80add6eff69f0f1')
build() {
cd "${srcdir}/${_name}-${pkgver}"