summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2020-06-08 08:28:28 -0400
committerAlex Hirzel2020-06-08 08:28:28 -0400
commitf8a71c49a4bcd12e443816a24929741ffc56e214 (patch)
tree1e90f7d24c9b5110ad5b9e0dd90d83ddaf8f0bfd
parent57b28cf0840923e963ea1f842bb048767ea81dc8 (diff)
downloadaur-f8a71c49a4bcd12e443816a24929741ffc56e214.tar.gz
update to version 2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b554d0fa495..4d93db02c9c5 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.7
+ pkgver = 2.8
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.7.tar.gz
- md5sums = 7f016b4317647a68c4904834e8eaaed8
+ source = https://files.pythonhosted.org/packages/source/s/sgp4/sgp4-2.8.tar.gz
+ md5sums = 6b916d61d4900b0ba100ecbd3b6bf28e
pkgname = python-sgp4
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 7eb151180763..e4d69476d50c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.7'
+pkgver='2.8'
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=('7f016b4317647a68c4904834e8eaaed8')
+md5sums=('6b916d61d4900b0ba100ecbd3b6bf28e')
build() {
cd "${srcdir}/${_name}-${pkgver}"