summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-02-26 15:16:53 +0800
committerUniversebenzene2020-02-26 15:16:53 +0800
commit64694d4aa05895a7523ca467eb3cb8c0de15f861 (patch)
tree71b22891bede686cfd5faf0155f378f5a13be967 /PKGBUILD
parent87037384fb4231b71252a3ba59283cb88dc4e3e5 (diff)
downloadaur-64694d4aa05895a7523ca467eb3cb8c0de15f861.tar.gz
Update to version 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c70fd19527c4..f6b08cd8a547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=tweakwcs
pkgname=python-${_pyname}-doc
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
pkgdesc="Documentation for tweakwcs"
arch=('i686' 'x86_64')
url="https://tweakwcs.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' 'texlive-latexextra')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz")
-md5sums=('3db60c91505dee6d239844dfe3ffb79e')
+md5sums=('92deee988e915fe4602c701217bb1321')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}