summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2022-06-22 08:53:29 -0400
committerAlex Hirzel2022-06-22 08:53:29 -0400
commitc5ea8e87fed8f94d7742747a1da31033567edfd1 (patch)
tree54f98b9eb11a3a809e637389985dda756275db58 /PKGBUILD
parent2c0a0c4be0c94e5b87fa2faae7dbad437ade4f1b (diff)
downloadaur-c5ea8e87fed8f94d7742747a1da31033567edfd1.tar.gz
update to version 1.42
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb64d4ddf670..cabfd5420c0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.41'
+pkgver='1.42'
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")
-sha256sums=('3cbc6a053183973be87cfbb5959cc76e2dbd9ecce5e23658bb60abee3ed5b4b0')
+sha256sums=('3447fd3a9a9dabc2080e6a4efb56d9883decf261ad78e6c9b3f187c4fc761ace')
build() {
cd "${srcdir}/${_name}-${pkgver}"