summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-04-27 22:10:57 -0400
committerAlex Hirzel2020-04-27 22:10:57 -0400
commit57b28cf0840923e963ea1f842bb048767ea81dc8 (patch)
tree7c9687922fc735d888a7c042ce8bd0f0a344ac1a /PKGBUILD
parentc62104ac1ada6cb4999f2c48d6eefd3c7326d220 (diff)
downloadaur-57b28cf0840923e963ea1f842bb048767ea81dc8.tar.gz
update to version 2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bed8f8573e6..7eb151180763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.6'
+pkgver='2.7'
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=('50c480e2f995729022ee30c6ad371716')
+md5sums=('7f016b4317647a68c4904834e8eaaed8')
build() {
cd "${srcdir}/${_name}-${pkgver}"