summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d93db02c9c5..0d6499a216a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-sgp4
pkgdesc = Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = https://pypi.org/project/sgp4/
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/s/sgp4/sgp4-2.8.tar.gz
- md5sums = 6b916d61d4900b0ba100ecbd3b6bf28e
+ source = https://files.pythonhosted.org/packages/source/s/sgp4/sgp4-2.9.tar.gz
+ md5sums = 89cfa99f83e7431d66be4a977284054c
pkgname = python-sgp4
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index e4d69476d50c..d060f00cdedb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.8'
+pkgver='2.9'
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=('6b916d61d4900b0ba100ecbd3b6bf28e')
+md5sums=('89cfa99f83e7431d66be4a977284054c')
build() {
cd "${srcdir}/${_name}-${pkgver}"