summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-11-26 07:58:05 -0500
committerAlex Hirzel2020-11-26 07:58:05 -0500
commitd32956a833c88c63621026c592c2e8ddf4ce422b (patch)
tree61217543f71f2660be98831365ae8b076a62f5d4 /PKGBUILD
parent11103ddf4aeca6b77c0d22f8d7c03ce0b4dc0fec (diff)
downloadaur-d32956a833c88c63621026c592c2e8ddf4ce422b.tar.gz
update to version 1.33
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"