summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-08-20 21:04:20 -0400
committerAlex Hirzel2020-08-20 21:04:20 -0400
commit1ff50adf4f705bfc6217169606436014c966df84 (patch)
treea9721e2ccdc2683ca08cda6c67f9249f39bc99d1 /PKGBUILD
parent3a499cb389a93c8caee583de57f000f2eeabfb30 (diff)
downloadaur-1ff50adf4f705bfc6217169606436014c966df84.tar.gz
update to version 1.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c82d89ff52a..2eef3fe69fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.25'
+pkgver='1.26'
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=('803a5976e01c73a6ac9bb5e4af694f16')
+md5sums=('d692d8f175e7b0de3228a7d815856b3f')
build() {
cd "${srcdir}/${_name}-${pkgver}"