summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-08-16 11:30:42 +0800
committerUniversebenzene2019-08-16 11:30:42 +0800
commit1ef9f0a83a5344a4051ed7ea0bac4c72e2766098 (patch)
tree8e3b10cec42dfa0f9608f01db35351b99a4f0558
parent836849f226017eb8a89f4c6a3ee42191e4cfec0c (diff)
downloadaur-1ef9f0a83a5344a4051ed7ea0bac4c72e2766098.tar.gz
Update to version 1.2.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a052e401aac..cc8dec2dc380 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spherical_geometry
pkgdesc = Python based tools for spherical geometry
- pkgver = 1.2.16
+ pkgver = 1.2.17
pkgrel = 1
url = http://www.stsci.edu/resources/software_hardware/stsci_python
arch = i686
@@ -12,9 +12,9 @@ pkgbase = python-spherical_geometry
makedepends = python-sphinx-automodapi
makedepends = python-numpydoc
makedepends = wcslib<6.3
- source = https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-1.2.16.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-1.2.17.tar.gz
source = fix_doc_warning.patch
- md5sums = 9c3b00d6936bcd6c3a0e3ac007974740
+ md5sums = 07b30fdba1215d2a5a5beea2279019da
md5sums = fed5395d45a2275ccd5e0d63956ecddf
pkgname = python-spherical_geometry
diff --git a/PKGBUILD b/PKGBUILD
index 2fc6978c72a6..5fd203df6a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-spherical_geometry
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=1.2.16
+pkgver=1.2.17
pkgrel=1
pkgdesc="Python based tools for spherical geometry"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-numpy' 'qd>=2.3.7' 'python-sphinx-autom
#checkdepends=('python-pytest' 'python-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'fix_doc_warning.patch')
-md5sums=('9c3b00d6936bcd6c3a0e3ac007974740'
+md5sums=('07b30fdba1215d2a5a5beea2279019da'
'fed5395d45a2275ccd5e0d63956ecddf')
prepare() {