summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48f0e79f86bf..b5583462f1ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# $Id$
# Maintainer: Shane Stone <shanewstone gmail>
pkgname=python-spiceypy
-pkgver=5.1.2
-pkgrel=2
+pkgver=6.0.0
+pkgrel=1
pkgdesc="A Python wrapper for the NAIF C SPICE Toolkit (N67) written using ctypes."
arch=('any')
url="https://github.com/AndrewAnnex/SpiceyPy/"
license=('MIT')
-makedepends=('python-numpy' 'python-build' 'python-installer')
+makedepends=('python-numpy' 'python-build' 'python-installer' 'python-wheel')
depends=('python-numpy')
optdepends=('python-pytest: testing' 'python-pandas: testing')
source=("$pkgname-$pkgver.tar.gz::https://github.com/andrewannex/spiceypy/archive/v$pkgver.tar.gz")
-sha512sums=('6b80605bdc6663776011c1246695c42659af8a2b91262f1e3397f4b366834f8779324f0bab609cb9918a06e466731286dd824100edcf44b253022e88a85dba3c')
+sha512sums=('5ebb4bdbf04cdf5292f44dc36e8ea48c8e1a6cbabdde93d3c942ba8bf97d0df46cc666398acacb32d25455db4692ba7f8fab9064b76de0863502f73602903bae')
build() {