summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2021-04-30 13:22:02 -0400
committerAlex Hirzel2021-04-30 13:22:02 -0400
commit870ef9cc4352d8161c841cd616a275df86f96d1f (patch)
tree888aea9d7643d0de5178d8919d4f5406f94f1ecc /PKGBUILD
parent2f527f054737d052430b06116e6f8d198e68ff4c (diff)
downloadaur-870ef9cc4352d8161c841cd616a275df86f96d1f.tar.gz
update to version 2.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f9b88e9af64..76a161b50a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.18'
+pkgver='2.19'
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=('bf187baad0b824609b6e9a892c0b0741')
+md5sums=('28cf9eb884debd5b556db4ac46983b90')
build() {
cd "${srcdir}/${_name}-${pkgver}"