summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ccc29e8a48..4f797eceb083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-stsci.skypac
pkgdesc = Sky matching for image mosaic
- pkgver = 1.0.7
+ pkgver = 1.0.8
pkgrel = 1
url = https://stsci-skypac.readthedocs.io
arch = i686
@@ -16,8 +16,8 @@ pkgbase = python-stsci.skypac
makedepends = python-sphinx_rtd_theme
makedepends = python-numpydoc
makedepends = texlive-latexextra
- source = https://github.com/spacetelescope/stsci.skypac/archive/1.0.7.tar.gz
- md5sums = ef0fa3f76ad6e647409b83033024bf60
+ source = https://github.com/spacetelescope/stsci.skypac/archive/1.0.8.tar.gz
+ md5sums = 30e5e2724de005f44a008d6c6e8cfaae
pkgname = python-stsci.skypac
depends = python>=3.5
diff --git a/PKGBUILD b/PKGBUILD
index 5c4a683edb6c..aec6ec6ab216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-stsci.skypac
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="Sky matching for image mosaic"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools-scm' 'python-pytest-runner' 'python-stwcs' 'python-stsci.imagestats' 'python-spherical_geometry>=1.2.2' 'python-stsci_rtd_theme' 'python-sphinx_rtd_theme' 'python-numpydoc' 'texlive-latexextra')
checkdepends=('python-pytest-doctestplus')
source=("https://github.com/spacetelescope/stsci.skypac/archive/${pkgver}.tar.gz")
-md5sums=('ef0fa3f76ad6e647409b83033024bf60')
+md5sums=('30e5e2724de005f44a008d6c6e8cfaae')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}/docs/source