summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2020-02-27 16:10:46 -0700
committerShane Stone2020-02-27 16:10:46 -0700
commitc9fa43bdeb0a5bf7087ed9ae72010a870b90b553 (patch)
tree48fa6331adc341a0224f32f5f7eddc3bad9d8de4
parentca8ca30fe08cbbe266f922b44b665138ff41389e (diff)
downloadaur-c9fa43bdeb0a5bf7087ed9ae72010a870b90b553.tar.gz
Update to 3.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6de1d76c5a9..87463a339c90 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.0
+ pkgver = 3.0.2
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.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v3.0.0.tar.gz
- md5sums = b44a41a5bcbe362a6d7ec9eacd971572
+ source = python-spiceypy-3.0.2.tar.gz::https://github.com/andrewannex/spiceypy/archive/v3.0.2.tar.gz
+ md5sums = 7e8beac872150d89fd826d9b58def08a
pkgname = python-spiceypy
diff --git a/PKGBUILD b/PKGBUILD
index 37862fd921fc..e7e83fd71e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
-pkgver=3.0.0
+pkgver=3.0.2
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=('b44a41a5bcbe362a6d7ec9eacd971572')
+md5sums=('7e8beac872150d89fd826d9b58def08a')
build() {
cd SpiceyPy-$pkgver