summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2023-12-25 03:16:22 -0500
committerAlex Hirzel2023-12-25 03:16:22 -0500
commit76041f488a0d499bfce1ceb15773ec1479cd61a3 (patch)
treedf00a6ceebfa6e3aa98667ca8d4007686240cd18 /PKGBUILD
parent005d7d245bc1dcbe35ccff9c95b6e714e9150fe3 (diff)
downloadaur-76041f488a0d499bfce1ceb15773ec1479cd61a3.tar.gz
fix dependencies, bump pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10dceacf2dc9..027d0855c6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='python-skyfield'
_name=${pkgname#python-}
pkgver='1.46'
-pkgrel=2
+pkgrel=3
pkgdesc="Elegant astronomy for Python"
url="https://rhodesmill.org/skyfield/"
-depends=('ipython' 'python-certifi' 'python-jplephem' 'python-matplotlib' 'python-pandas' 'python-sgp4' 'python-sympy')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytz')
+depends=('ipython' 'python-certifi' 'python-jplephem' 'python-matplotlib' 'python-mock' 'python-pandas' 'python-sgp4' 'python-sympy')
+makedepends=('python-build' 'python-installer' 'python-wheel')
+checkdepends=('python-pytz')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")