summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2020-05-27 21:55:16 -0700
committerShane Stone2020-05-27 21:55:16 -0700
commitf314a1fd83848101f406581d62d6c5266ff8cbeb (patch)
tree1b417c165d80f5d87015e81ad6f2928ba7848476
parentc9fa43bdeb0a5bf7087ed9ae72010a870b90b553 (diff)
downloadaur-f314a1fd83848101f406581d62d6c5266ff8cbeb.tar.gz
Update to 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87463a339c90..5625993ca8b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spiceypy
pkgdesc = A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes.
- pkgver = 3.0.2
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/AndrewAnnex/SpiceyPy
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-spiceypy
depends = python-numpy
optdepends = python-pytest: testing
optdepends = python-pandas: testing
- source = python-spiceypy-3.0.2.tar.gz::https://github.com/andrewannex/spiceypy/archive/v3.0.2.tar.gz
- md5sums = 7e8beac872150d89fd826d9b58def08a
+ source = python-spiceypy-3.1.1.tar.gz::https://github.com/andrewannex/spiceypy/archive/v3.1.1.tar.gz
+ md5sums = b4e9d9af703909f3f28b184674505067
pkgname = python-spiceypy
diff --git a/PKGBUILD b/PKGBUILD
index e7e83fd71e15..3fd333588366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
-pkgver=3.0.2
+pkgver=3.1.1
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=('7e8beac872150d89fd826d9b58def08a')
+md5sums=('b4e9d9af703909f3f28b184674505067')
build() {
cd SpiceyPy-$pkgver