summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2021-08-18 23:44:02 -0400
committerAlex Hirzel2021-08-18 23:44:02 -0400
commitbab955db942fd474580c68e379fa22c2911bc596 (patch)
tree0d39e26d7c1c3df28f9f715867bf243a7cf25638 /PKGBUILD
parent870ef9cc4352d8161c841cd616a275df86f96d1f (diff)
downloadaur-bab955db942fd474580c68e379fa22c2911bc596.tar.gz
update to version 2.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76a161b50a19..f67b8fa5437a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.19'
+pkgver='2.20'
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=('28cf9eb884debd5b556db4ac46983b90')
+sha256sums=('9fde328872f484eb644dabe32122ba617570ff61b548b7200a9d63629ac3097c')
build() {
cd "${srcdir}/${_name}-${pkgver}"