summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-07-26 09:03:58 -0400
committerAlex Hirzel2020-07-26 09:04:13 -0400
commit4efc11749b8b032ce3422a6abd8bb8540d2ae5f6 (patch)
tree72adf52e0c2e247955e679cd2e3c79613f06f192 /PKGBUILD
parentd45ea4d0d0e02d3eb69a4dca4f2d2c22a6eb28c0 (diff)
downloadaur-4efc11749b8b032ce3422a6abd8bb8540d2ae5f6.tar.gz
update to version 1.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"