summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-03-27 10:02:30 -0400
committerAlex Hirzel2020-03-27 10:02:30 -0400
commitdb3dbdbb8b2a9e056aa3ceaa632ec77b9f1fbda8 (patch)
tree2790df54fbf8ec639407f35d52411c22e8593ec2 /PKGBUILD
parent886b51b6685d19f3cfff63dae18028ef09512bff (diff)
downloadaur-db3dbdbb8b2a9e056aa3ceaa632ec77b9f1fbda8.tar.gz
update to version 2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27045647d897..9d923131c38b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.3'
+pkgver='2.4'
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=('24a9dd0429ae78017ec71f8fd705bc23')
+md5sums=('14e962a8967631c8ddbc0557c25a83d1')
build() {
cd "${srcdir}/${_name}-${pkgver}"