summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Stone2019-10-03 15:27:39 -0700
committerShane Stone2019-10-03 15:27:39 -0700
commit7bd569eeb77fb828f78a81e26de8d7d9f11b6562 (patch)
treef792a020c02dba5ae73fd5b4fc1d45e4853cbaf8 /PKGBUILD
parent462b20209b1a46c6fb7c086043edd301dac95c87 (diff)
downloadaur-7bd569eeb77fb828f78a81e26de8d7d9f11b6562.tar.gz
Update to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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