summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2019-02-27 11:01:09 -0700
committerShane Stone2019-02-27 11:01:09 -0700
commit07ccb4c985cd53dbd730cf7215d6b57f6e06c0c2 (patch)
treea83a4cc5b4d7e3ed1cf22a1fb5bae6e5f3aeee8f
parentae17ab33340f7c7c3c87a9746dd7f5235fa81d2c (diff)
downloadaur-07ccb4c985cd53dbd730cf7215d6b57f6e06c0c2.tar.gz
Bump to 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d9434b0c3aa..3b235354b66f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spiceypy
pkgdesc = A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes.
- pkgver = 2.1.2
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/AndrewAnnex/SpiceyPy
arch = any
license = MIT
@@ -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.1.2.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.1.2.tar.gz
- md5sums = 8ad768f7c25f4490ebefaeada3b11ae7
+ source = python-spiceypy-2.2.0.tar.gz::https://github.com/andrewannex/spiceypy/archive/v2.2.0.tar.gz
+ md5sums = 45578a6d30afa843a6b5edc51b75611a
pkgname = python-spiceypy
diff --git a/PKGBUILD b/PKGBUILD
index 4bf2cfe69764..04265bc8eca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# $Id$
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.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"
@@ -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=('8ad768f7c25f4490ebefaeada3b11ae7')
+md5sums=('45578a6d30afa843a6b5edc51b75611a')
build() {
cd SpiceyPy-$pkgver