summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-02-03 08:03:17 -0500
committerAlex Hirzel2020-02-03 08:03:17 -0500
commit42ab63427fd6f120f0649ca527c130e0a03fb8f0 (patch)
treefa7b3f543a5f015dfa2f82b867260613f91765c2 /PKGBUILD
parent9593ad02ac1ecc698bc427b358aff51ead84bf92 (diff)
downloadaur-42ab63427fd6f120f0649ca527c130e0a03fb8f0.tar.gz
update to version 2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26e7bb315cbd..240c20301988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='1.4'
-pkgrel=2
+pkgver='2.2'
+pkgrel=1
pkgdesc="Track earth satellite TLE orbits using up-to-date 2010 version of SGP4"
url="https://pypi.org/project/sgp4/"
depends=('python')
@@ -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=('c4141d99e56b8a8bd2657e651481d08a')
+md5sums=('42f1f0012d2643a7bba484354f49ec2e')
build() {
cd "${srcdir}/${_name}-${pkgver}"