summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2022-06-22 08:51:14 -0400
committerAlex Hirzel2022-06-22 08:51:14 -0400
commit61240ed3f915d3f745215622380c3dd6d259f02e (patch)
tree7e79d7917a0f201657961bff65eae2e8f4ae42e1 /PKGBUILD
parentbab955db942fd474580c68e379fa22c2911bc596 (diff)
downloadaur-61240ed3f915d3f745215622380c3dd6d259f02e.tar.gz
update to version 2.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f67b8fa5437a..8fd4d3343cfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.20'
+pkgver='2.21'
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")
-sha256sums=('9fde328872f484eb644dabe32122ba617570ff61b548b7200a9d63629ac3097c')
+sha256sums=('6179b875044877e941633c20af7722fd231a88d8a89af01bf30bd64f33cdecef')
build() {
cd "${srcdir}/${_name}-${pkgver}"