summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2018-08-06 14:16:08 -0700
committerShane Stone2018-08-06 14:16:08 -0700
commitae17ab33340f7c7c3c87a9746dd7f5235fa81d2c (patch)
treeda6bb3e72dadf64b72fb9abc12395ce6e7c09fa6
parent540ed7cb5a166123e3e357bd54e71b04f9436145 (diff)
downloadaur-ae17ab33340f7c7c3c87a9746dd7f5235fa81d2c.tar.gz
Bump pkgrel to 2 for the python 3.7 update.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8f67cefa87e..5d9434b0c3aa 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 = 1
+ pkgrel = 2
url = https://github.com/AndrewAnnex/SpiceyPy
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d034a3fb9449..4bf2cfe69764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Shane Stone <shanewstone at gmail>
pkgname=python-spiceypy
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes."
arch=('any')
url="https://github.com/AndrewAnnex/SpiceyPy"