summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYour Name2024-04-07 13:32:11 +0800
committerYour Name2024-04-07 13:32:11 +0800
commit321edb9fe809cd3171a008d69e46cc3afbad9c72 (patch)
tree35ded51e2552ed894bc679f2d29e0b9f30c8d80b /PKGBUILD
parent02f597239123b2ad2153fbc049c1002dfcf915ab (diff)
downloadaur-python-stsci.imagestats-doc.tar.gz
Update to version 1.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5db531e27a6..e3d44efb3710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=stsci.imagestats
pkgname=python-${_pyname}-doc
-pkgver=1.8.0
+pkgver=1.8.2
pkgrel=1
pkgdesc="Documentation for STScI Imagestats"
arch=('any')
url="https://stsciimagestats.readthedocs.io"
-license=('BSD')
+license=('BSD-3-Clause')
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=('aee640c7526cb4516a6699b60a154cb2')
+md5sums=('2c4858cf1f35515e376bb49006e11510')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs