summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2021-02-24 20:59:05 -0500
committerAlex Hirzel2021-02-24 20:59:05 -0500
commit33d27988b686f7a677a37d3c7f07cea0507d981a (patch)
treebd04777321c7a34af7fcead0f61198995aff6d72 /PKGBUILD
parent75bce907805a3b999a3b52fde6869ecb46b1b6e8 (diff)
downloadaur-33d27988b686f7a677a37d3c7f07cea0507d981a.tar.gz
update to version 2.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f67993234ff4..6ef8b69cfb20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.16'
+pkgver='2.17'
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=('x86_64')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('a001bf076ffbfbfca7eed0f65dc5a4d5')
+md5sums=('6218ad106e9eab05f2fa4ebe77f9236d')
build() {
cd "${srcdir}/${_name}-${pkgver}"