summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2019-11-15 20:46:34 -0700
committerShane Stone2019-11-15 20:46:34 -0700
commit4b9af9ca651551a516c313b5a8f580329d76eb6f (patch)
tree9ce14fea41d336a5f316baf706e5ff9ce489539a
parent7bd569eeb77fb828f78a81e26de8d7d9f11b6562 (diff)
downloadaur-4b9af9ca651551a516c313b5a8f580329d76eb6f.tar.gz
Update to 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d60dd2ff7c6f..ee24050a0e65 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 = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/AndrewAnnex/SpiceyPy
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-spiceypy
depends = python-numpy>=1.12.0
depends = python-certifi>=2017.1.23
optdepends = python-pytest: testing
- source = python-spiceypy-2.3.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.3.0.tar.gz
- md5sums = fa22ea1fc54114778bc6766cd2b3269c
+ source = python-spiceypy-2.3.1.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.3.1.tar.gz
+ md5sums = b49bfdd9cbc1fbed58f68d4a187a9a94
pkgname = python-spiceypy
diff --git a/PKGBUILD b/PKGBUILD
index 569df32e311f..b8bc98a81eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
-pkgver=2.3.0
+pkgver=2.3.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-six>=1.9.0' 'python-numpy>=1.12.0' 'python-certifi>=2017.1.
depends=('python-six>=1.9.0' 'python-numpy>=1.12.0' 'python-certifi>=2017.1.23')
optdepends=('python-pytest: testing')
source=("$pkgname-$pkgver.tar.gz::https://github.com/andrewannex/spiceypy/archive/v$pkgver.tar.gz")
-md5sums=('fa22ea1fc54114778bc6766cd2b3269c')
+md5sums=('b49bfdd9cbc1fbed58f68d4a187a9a94')
build() {
cd SpiceyPy-$pkgver