summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2017-11-15 11:24:03 -0700
committerShane Stone2017-11-15 11:24:03 -0700
commit8848709ac858b040dd887cc8da64269302e9b4fc (patch)
treeb56ca0f16efe66689dcc3ac83c3786c0772bc7e3
parente9bb948a8d5b9dcae062bae56818718bfee097a3 (diff)
downloadaur-8848709ac858b040dd887cc8da64269302e9b4fc.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d020aa02494..e8369b027af5 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.0.0
+ pkgver = 2.1.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 = https://github.com/andrewannex/spiceypy/archive/v2.0.0.tar.gz
- md5sums = 7115d8c054e46b21c85863bd42de0a3d
+ source = python2-spiceypy-2.1.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.1.0.tar.gz
+ md5sums = be29fd2060b5a61f9f3e271835e82022
pkgname = python2-spiceypy
depends = python2-six>=1.9.0
diff --git a/PKGBUILD b/PKGBUILD
index 72f88f3afeeb..d094953249f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=('python2-spiceypy')
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes."
arch=('any')
url="https://github.com/AndrewAnnex/SpiceyPy"
license=('MIT')
makedepends=('python2-six>=1.9.0' 'python2-numpy>=1.8.0' 'python2-setuptools')
-source=("https://github.com/andrewannex/spiceypy/archive/v${pkgver}.tar.gz")
-md5sums=('7115d8c054e46b21c85863bd42de0a3d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/andrewannex/spiceypy/archive/v$pkgver.tar.gz")
+md5sums=('be29fd2060b5a61f9f3e271835e82022')
prepare() {
mv SpiceyPy-$pkgver SpiceyPy-$pkgver-py2