summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2019-10-03 15:27:39 -0700
committerShane Stone2019-10-03 15:27:39 -0700
commit7bd569eeb77fb828f78a81e26de8d7d9f11b6562 (patch)
treef792a020c02dba5ae73fd5b4fc1d45e4853cbaf8
parent462b20209b1a46c6fb7c086043edd301dac95c87 (diff)
downloadaur-7bd569eeb77fb828f78a81e26de8d7d9f11b6562.tar.gz
Update to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d7fcac9312e..d60dd2ff7c6f 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.2.1
+ pkgver = 2.3.0
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.2.1.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.2.1.tar.gz
- md5sums = 191fe6fba6d54d30fced3320b76dfe91
+ source = python-spiceypy-2.3.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.3.0.tar.gz
+ md5sums = fa22ea1fc54114778bc6766cd2b3269c
pkgname = python-spiceypy
diff --git a/PKGBUILD b/PKGBUILD
index cac9d5966cf9..569df32e311f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
-pkgver=2.2.1
+pkgver=2.3.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-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=('191fe6fba6d54d30fced3320b76dfe91')
+md5sums=('fa22ea1fc54114778bc6766cd2b3269c')
build() {
cd SpiceyPy-$pkgver