summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Stone2017-11-15 11:39:45 -0700
committerShane Stone2017-11-15 11:39:45 -0700
commit7bd68ae6609d63870d08f497e1677276f5c0913f (patch)
tree95412402634328487bd61198e67455e0a7054606 /PKGBUILD
parentc0c56c4e9dae3dd39c8b526bc5778b70e438a0fd (diff)
downloadaur-7bd68ae6609d63870d08f497e1677276f5c0913f.tar.gz
Revert to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 817c6f0633c9..6ef078e45425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=('python-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=('python-six>=1.9.0' 'python-numpy>=1.8.0' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/andrewannex/spiceypy/archive/v$pkgver.tar.gz")
-md5sums=('be29fd2060b5a61f9f3e271835e82022')
+md5sums=('7115d8c054e46b21c85863bd42de0a3d')
build() {
echo "Building Python3"