summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-06-08 08:30:16 -0400
committerAlex Hirzel2020-06-08 08:30:16 -0400
commit0532377f006aadf41594557aa054b87223c3532a (patch)
tree5d7fbedf43b367d846ad54134f02e4eb20e69c28 /PKGBUILD
parent2408a36a7657be14b02951670633ef3b8605d0e9 (diff)
downloadaur-0532377f006aadf41594557aa054b87223c3532a.tar.gz
update to version 2.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d060f00cdedb..e26a1a02fd96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.9'
+pkgver='2.10'
pkgrel=1
pkgdesc="Track earth satellite TLE orbits using up-to-date 2010 version of SGP4"
url="https://pypi.org/project/sgp4/"
@@ -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=('89cfa99f83e7431d66be4a977284054c')
+md5sums=('d056f1d9cb24eea90e0b16f46b918d51')
build() {
cd "${srcdir}/${_name}-${pkgver}"