summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2022-01-21 14:56:06 +0800
committerUniversebenzene2022-01-21 14:56:06 +0800
commit3f4242c841b44c34fe205c569e83cc2a906dfdd0 (patch)
tree2f8e93f2a8b5d453aefa564e6acce07a3a143f28 /PKGBUILD
parent704e4f53776554e3104c0ba858fba3516b4b1122 (diff)
downloadaur-3f4242c841b44c34fe205c569e83cc2a906dfdd0.tar.gz
Update to version 1.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 856bdfbc3de9..d589ff8c2bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=healpy
pkgname=python-${_pyname}-doc
-pkgver=1.15.0
+pkgver=1.15.1
pkgrel=1
pkgdesc="Documentation for Python iminuit module"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://healpy.readthedocs.io"
license=('GPL')
makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc' 'python-pillow' 'python-nbsphinx>=0.8.6' 'pandoc' 'wget')
source=("https://github.com/healpy/healpy/archive/${pkgver}.tar.gz"
'fix_doc_warning.patch')
-md5sums=('b7e683e33e23cc6640d8a1327af3b55f'
+md5sums=('25f8f96a38d83e43c12fbe2de3dced60'
'564da1e5f36d3f48543086a233db6ab0')
prepare() {