summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-03-27 10:01:52 -0400
committerAlex Hirzel2020-03-27 10:01:52 -0400
commit886b51b6685d19f3cfff63dae18028ef09512bff (patch)
treee1555300562ee3ad2ca6630cc3b7d6ac29062a03 /PKGBUILD
parent581b57b8c6144c49008484ccc8622014fa8f1a2f (diff)
downloadaur-886b51b6685d19f3cfff63dae18028ef09512bff.tar.gz
update to version 2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 240c20301988..27045647d897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.2'
+pkgver='2.3'
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=('42f1f0012d2643a7bba484354f49ec2e')
+md5sums=('24a9dd0429ae78017ec71f8fd705bc23')
build() {
cd "${srcdir}/${_name}-${pkgver}"