summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed0255def244..f5db531e27a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=stsci.imagestats
pkgname=python-${_pyname}-doc
-pkgver=1.6.3
+pkgver=1.8.0
pkgrel=1
pkgdesc="Documentation for STScI Imagestats"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://stsciimagestats.readthedocs.io"
license=('BSD')
-makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc' 'python-sphinx_rtd_theme' 'python-stsci_rtd_theme')
+makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc' 'python-sphinx_rtd_theme')
+# 'python-stsci_rtd_theme')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('dce4aa0c76f9e00184e0f8e40ba73954')
+md5sums=('aee640c7526cb4516a6699b60a154cb2')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs