summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-10-17 22:53:14 -0400
committerAlex Hirzel2020-10-17 22:53:14 -0400
commitcdc0acf232cfc1e3f5226b3dc7b26037c8ab91ae (patch)
tree60f64bb089aed79a8c37e2157f3a4f9f80cb7f86 /PKGBUILD
parentfe9361cc8d9e2fef597efc283a8532664fb32573 (diff)
downloadaur-cdc0acf232cfc1e3f5226b3dc7b26037c8ab91ae.tar.gz
update to version 2.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27528916f42f..eda7734b1af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.12'
+pkgver='2.13'
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=('27c9d5e4c98e18698d952a922f72914c')
+md5sums=('1e1de8ec0af430174d056a3a53523bac')
build() {
cd "${srcdir}/${_name}-${pkgver}"