summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-04-27 22:12:16 -0400
committerAlex Hirzel2020-04-27 22:12:16 -0400
commit9ecbd713b2c94b8b363eb3a7efb15247a9e5dc25 (patch)
tree7ed9fafcf58ce035dd625a969ee66313bce78b7f /PKGBUILD
parented0447de808cb4a750a112f543c0d4b244c9ccd0 (diff)
downloadaur-9ecbd713b2c94b8b363eb3a7efb15247a9e5dc25.tar.gz
update to version 1.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd81a8e20d4a..0a99d017d4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.18'
+pkgver='1.19'
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=('70a25746aa6871efc7343e0999a74968')
+md5sums=('bc05ead96aefed131d1cd2137b7c47ad')
build() {
cd "${srcdir}/${_name}-${pkgver}"