summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-06-08 08:28:28 -0400
committerAlex Hirzel2020-06-08 08:28:28 -0400
commitf8a71c49a4bcd12e443816a24929741ffc56e214 (patch)
tree1e90f7d24c9b5110ad5b9e0dd90d83ddaf8f0bfd /PKGBUILD
parent57b28cf0840923e963ea1f842bb048767ea81dc8 (diff)
downloadaur-f8a71c49a4bcd12e443816a24929741ffc56e214.tar.gz
update to version 2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"