summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2022-03-26 19:29:21 -0400
committerShane Stone2022-03-26 19:29:21 -0400
commitadb9010983b2fcc3f42525145042c713408ce23d (patch)
tree98fe44b8ce77087551adbe777f991fc71bd24bee
parent465c708ebe9db22342b3e820fb5d4f350dc8d6fc (diff)
downloadaur-adb9010983b2fcc3f42525145042c713408ce23d.tar.gz
Upgrade to 5.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27b633ce577c..28cf71be848f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-spiceypy
pkgdesc = A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes.
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
- url = https://github.com/AndrewAnnex/SpiceyPy
+ url = https://github.com/AndrewAnnex/SpiceyPy/
arch = any
license = MIT
makedepends = python-numpy
depends = python-numpy
optdepends = python-pytest: testing
optdepends = python-pandas: testing
- source = python-spiceypy-5.0.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v5.0.0.tar.gz
- sha512sums = 73cc8b494399eace548662543a545dc0a67444c2d81029d46fdf269a602159139cfadd2a910b1a0a76e6931c73e2993e59167efbaff6809636a6b3d13c9630f0
+ source = python-spiceypy-5.0.1.tar.gz::https://github.com/andrewannex/spiceypy/archive/v5.0.1.tar.gz
+ sha512sums = 9765be83df5d71a828a2a4d390feeb65ca2350d5965ccfdd876a44cd8e6d839b5c51340cd9a3537f0de330043f644e12e8904b5ac3f58f6f2fc74f2ea2742acf
pkgname = python-spiceypy
diff --git a/PKGBUILD b/PKGBUILD
index d684abcab329..a8f838f64481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Shane Stone <shanewstone gmail>
pkgname=python-spiceypy
-pkgver=5.0.0
+pkgver=5.0.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-numpy')
depends=('python-numpy')
optdepends=('python-pytest: testing' 'python-pandas: testing')
source=("$pkgname-$pkgver.tar.gz::https://github.com/andrewannex/spiceypy/archive/v$pkgver.tar.gz")
-sha512sums=('73cc8b494399eace548662543a545dc0a67444c2d81029d46fdf269a602159139cfadd2a910b1a0a76e6931c73e2993e59167efbaff6809636a6b3d13c9630f0')
+sha512sums=('9765be83df5d71a828a2a4d390feeb65ca2350d5965ccfdd876a44cd8e6d839b5c51340cd9a3537f0de330043f644e12e8904b5ac3f58f6f2fc74f2ea2742acf')
package() {