summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Stone2020-12-21 21:15:33 -0700
committerShane Stone2020-12-21 21:15:33 -0700
commit8ed297962e7791346edf9cce912246b450cd60cb (patch)
treee9251baa93d897d762e479cbee2e5ca198f89e4b /PKGBUILD
parentf314a1fd83848101f406581d62d6c5266ff8cbeb (diff)
downloadaur-8ed297962e7791346edf9cce912246b450cd60cb.tar.gz
Update to 4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fd333588366..9dbcff749806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
-pkgver=3.1.1
+pkgver=4.0.0
pkgrel=1
pkgdesc="A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes."
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-numpy')
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")
-md5sums=('b4e9d9af703909f3f28b184674505067')
+md5sums=('8f414b2382854285fae3acabe0d9e589')
build() {
cd SpiceyPy-$pkgver