summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Stone2019-11-15 20:46:34 -0700
committerShane Stone2019-11-15 20:46:34 -0700
commit4b9af9ca651551a516c313b5a8f580329d76eb6f (patch)
tree9ce14fea41d336a5f316baf706e5ff9ce489539a /PKGBUILD
parent7bd569eeb77fb828f78a81e26de8d7d9f11b6562 (diff)
downloadaur-4b9af9ca651551a516c313b5a8f580329d76eb6f.tar.gz
Update to 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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