summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2021-01-12 20:39:26 -0500
committerAlex Hirzel2021-01-12 20:39:26 -0500
commiteef5d2a6edd476ef1baf472a1ab8cb3d538c9615 (patch)
tree1a75a799837c3783d7f5a9e4a90637f7ff157e3d /PKGBUILD
parentde79d27d26f11e28c2395ab20d1dcc3425c4be45 (diff)
downloadaur-eef5d2a6edd476ef1baf472a1ab8cb3d538c9615.tar.gz
update to version 2.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83ad64eb93d3..ab8ed6277242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.14'
+pkgver='2.15'
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=('x86_64')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('f3774f13db4a9fb428fbd2d6e3a62a65')
+md5sums=('d695e9fe3b8039547155faea14a796ad')
build() {
cd "${srcdir}/${_name}-${pkgver}"