summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2019-11-17 12:08:01 -0500
committerAlex Hirzel2019-11-17 12:08:01 -0500
commit9593ad02ac1ecc698bc427b358aff51ead84bf92 (patch)
tree61a50500a63e5777bebff13a2ac98fa351aa21fa /PKGBUILD
parent534173729a9b6cc8863bd50a743d69ea53cc1897 (diff)
downloadaur-9593ad02ac1ecc698bc427b358aff51ead84bf92.tar.gz
fix pkgbase error, bump pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a716e4d6bebc..26e7bb315cbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: Alex Hirzel <alex at hirzel period us>
-pkgbase=('python-sgp4')
-pkgname=('python-sgp4')
+pkgname='python-sgp4'
_name=${pkgname#python-}
pkgver='1.4'
-pkgrel=1
+pkgrel=2
pkgdesc="Track earth satellite TLE orbits using up-to-date 2010 version of SGP4"
url="https://pypi.org/project/sgp4/"
depends=('python')