summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9551d1227395..30af3a3691ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-sgp4
pkgdesc = Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/sgp4/
arch = any
license = MIT
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')