summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2020-01-01 16:55:39 -0700
committerShane Stone2020-01-01 16:55:39 -0700
commit1d4369137ee6de6f93e0dd1e7fd1726c9bc41a21 (patch)
treede975f423f2adb4be778585bbdb3ca5074c0179b
parent4b9af9ca651551a516c313b5a8f580329d76eb6f (diff)
downloadaur-1d4369137ee6de6f93e0dd1e7fd1726c9bc41a21.tar.gz
Update to 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee24050a0e65..788144f2282b 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.1
+ pkgver = 2.3.2
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.1.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.3.1.tar.gz
- md5sums = b49bfdd9cbc1fbed58f68d4a187a9a94
+ source = python-spiceypy-2.3.2.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.3.2.tar.gz
+ md5sums = 259bff5fe25d3afdb4424881850bb097
pkgname = python-spiceypy
diff --git a/PKGBUILD b/PKGBUILD
index b8bc98a81eef..0ea4c728a7c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
-pkgver=2.3.1
+pkgver=2.3.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-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=('b49bfdd9cbc1fbed58f68d4a187a9a94')
+md5sums=('259bff5fe25d3afdb4424881850bb097')
build() {
cd SpiceyPy-$pkgver