summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-06-08 08:29:17 -0400
committerAlex Hirzel2020-06-08 08:29:17 -0400
commit2408a36a7657be14b02951670633ef3b8605d0e9 (patch)
treed94e9c9c0aae3cc02a40b38d903b5fe82775a98b /PKGBUILD
parentf8a71c49a4bcd12e443816a24929741ffc56e214 (diff)
downloadaur-2408a36a7657be14b02951670633ef3b8605d0e9.tar.gz
update to version 2.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"