summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2017-11-15 11:44:13 -0700
committerShane Stone2017-11-15 11:44:13 -0700
commit73f448f6acf13bcc425497dc30a91c88e281494e (patch)
tree4689c5953d42d9a28ad321917a12b2714b64710a
parent8848709ac858b040dd887cc8da64269302e9b4fc (diff)
downloadaur-73f448f6acf13bcc425497dc30a91c88e281494e.tar.gz
Revert to 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8369b027af5..1225482ed23e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-spiceypy
pkgdesc = A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes.
- pkgver = 2.1.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/AndrewAnnex/SpiceyPy
arch = any
@@ -8,8 +8,8 @@ pkgbase = python2-spiceypy
makedepends = python2-six>=1.9.0
makedepends = python2-numpy>=1.8.0
makedepends = python2-setuptools
- source = python2-spiceypy-2.1.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.1.0.tar.gz
- md5sums = be29fd2060b5a61f9f3e271835e82022
+ source = python2-spiceypy-2.0.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.0.0.tar.gz
+ md5sums = 7115d8c054e46b21c85863bd42de0a3d
pkgname = python2-spiceypy
depends = python2-six>=1.9.0
diff --git a/PKGBUILD b/PKGBUILD
index d094953249f4..eb6a7a2849a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=('python2-spiceypy')
-pkgver=2.1.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/AndrewAnnex/SpiceyPy"
license=('MIT')
makedepends=('python2-six>=1.9.0' 'python2-numpy>=1.8.0' 'python2-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/andrewannex/spiceypy/archive/v$pkgver.tar.gz")
-md5sums=('be29fd2060b5a61f9f3e271835e82022')
+md5sums=('7115d8c054e46b21c85863bd42de0a3d')
prepare() {
mv SpiceyPy-$pkgver SpiceyPy-$pkgver-py2