summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2021-04-05 21:55:58 +0800
committerUniversebenzene2021-04-05 21:55:58 +0800
commitd5d123984474e6a8b1ee8b461aecf5549547dce1 (patch)
tree7c6b0dcc51238ecc6bad7107dc3a613cfdb87bab /PKGBUILD
parent3f3efcfc535f53b9e05d88b393f9b52f6ff5ccdf (diff)
downloadaur-d5d123984474e6a8b1ee8b461aecf5549547dce1.tar.gz
Update to version 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b814676bbec..a945a04a0140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=tweakwcs
pkgname=python-${_pyname}-doc
-pkgver=0.6.4
+pkgver=0.7.1
pkgrel=1
pkgdesc="Documentation for tweakwcs"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://tweakwcs.readthedocs.io"
license=('BSD')
makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc' 'python-sphinx_rtd_theme' 'python-stsci_rtd_theme' 'texlive-latexextra')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz")
-md5sums=('c16f4bfc6e6bc0630827680d96931824')
+md5sums=('d10f38fd4fe6a861e0f9cb054c6b2897')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}