summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJérôme Deuchnord2021-02-07 11:23:34 +0100
committerJérôme Deuchnord2021-02-07 11:23:34 +0100
commit3aa41c43136060ec739b38196a8dd9b208f35006 (patch)
treef71b2e4e95d5c24b9191c32fa413da06b7a4d3c5 /PKGBUILD
parent0c0548363a3cf27efba697c6056879fc4e87ba46 (diff)
downloadaur-3aa41c43136060ec739b38196a8dd9b208f35006.tar.gz
Update to 1.36
+ Add missing dependenct: python-certifi + Add gitignore to exclude built files + Replace md5sums with sha256sums for more security
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab18e916c425..483690683474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
-pkgver='1.35'
+pkgver='1.36'
pkgrel=1
pkgdesc="Elegant astronomy for Python"
url="https://rhodesmill.org/skyfield/"
-depends=('python' 'python-numpy' 'python-jplephem' 'python-sgp4')
+depends=('python' 'python-certifi' 'python-numpy' 'python-jplephem' 'python-sgp4')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('e67248a1f814eb655d73d03a4313e86d')
+sha256sums=('06727f67db494a8cea4cd58bf2b10b5b1c0a576b3bd395249d6363a28e18a1b6')
build() {
cd "${srcdir}/${_name}-${pkgver}"