summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2021-02-24 20:57:21 -0500
committerAlex Hirzel2021-02-24 20:57:21 -0500
commit75bce907805a3b999a3b52fde6869ecb46b1b6e8 (patch)
tree25532b9824dd1addeb82ec8d5b8f7cd6b359f03c /PKGBUILD
parenteef5d2a6edd476ef1baf472a1ab8cb3d538c9615 (diff)
downloadaur-75bce907805a3b999a3b52fde6869ecb46b1b6e8.tar.gz
update to version 2.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab8ed6277242..f67993234ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-sgp4'
_name=${pkgname#python-}
-pkgver='2.15'
+pkgver='2.16'
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=('d695e9fe3b8039547155faea14a796ad')
+md5sums=('a001bf076ffbfbfca7eed0f65dc5a4d5')
build() {
cd "${srcdir}/${_name}-${pkgver}"