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 2155b2567bdf..acfb7e624466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skyfield
pkgdesc = Elegant astronomy for Python
- pkgver = 1.32
+ pkgver = 1.33
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.32.tar.gz
- md5sums = 84f73065cbe793a327ec42fb1b0068e7
+ source = https://files.pythonhosted.org/packages/source/s/skyfield/skyfield-1.33.tar.gz
+ md5sums = b1add1e6cd1a7ac8c2bf79de98edcaee
pkgname = python-skyfield
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5198a0176f7f..5913b54407b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.32'
+pkgver='1.33'
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=('84f73065cbe793a327ec42fb1b0068e7')
+md5sums=('b1add1e6cd1a7ac8c2bf79de98edcaee')
build() {
cd "${srcdir}/${_name}-${pkgver}"