summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 098f461b689f..c2721032086c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=acstools
pkgname=python-${_pyname}-doc
-pkgver=3.7.0
+pkgver=3.7.1
pkgrel=1
pkgdesc="Documentation for Python ACS Tools"
arch=('any')
url="https://acstools.readthedocs.io"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=("python-${_pyname}=${pkgver}"
'python-sphinx-automodapi'
'python-sphinx_rtd_theme'
'python-scikit-image')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('641cdcdb32cf2d852975b23becf9fa8b')
+md5sums=('7808ea9ba14cd37a376a962c9a323f3d')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/doc