summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2021-08-18 23:44:02 -0400
committerAlex Hirzel2021-08-18 23:44:02 -0400
commitbab955db942fd474580c68e379fa22c2911bc596 (patch)
tree0d39e26d7c1c3df28f9f715867bf243a7cf25638
parent870ef9cc4352d8161c841cd616a275df86f96d1f (diff)
downloadaur-bab955db942fd474580c68e379fa22c2911bc596.tar.gz
update to version 2.20
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e7813f55f7e..6bda2d87aeed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-sgp4
pkgdesc = Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
- pkgver = 2.19
+ pkgver = 2.20
pkgrel = 1
url = https://pypi.org/project/sgp4/
arch = x86_64
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/s/sgp4/sgp4-2.19.tar.gz
- md5sums = 28cf9eb884debd5b556db4ac46983b90
+ source = https://files.pythonhosted.org/packages/source/s/sgp4/sgp4-2.20.tar.gz
+ sha256sums = 9fde328872f484eb644dabe32122ba617570ff61b548b7200a9d63629ac3097c
pkgname = python-sgp4
depends = python
-
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}"