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 33895bab3f9c..f65998712d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pyname=gwcs
pkgname=python-${_pyname}-doc
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="Documentation for Python GWCS module"
arch=('any')
url="http://gwcs.readthedocs.io"
-license=('BSD')
+license=('BSD-3-Clause')
makedepends=("python-${_pyname}=${pkgver}" 'python-sphinx-astropy' 'python-sphinx-asdf' 'graphviz' 'python-mistune3')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('295a9ca0e3e9774d8d1abfd7f4e6a410')
+md5sums=('abea8fd157472f61f68b3cf0502a47af')
build() {
cd ${srcdir}/${_pyname}-${pkgver}/docs