summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2022-07-25 08:38:03 +0800
committerUniversebenzene2022-07-25 08:38:03 +0800
commit7d421777a78b5a1188251da54b83f97ff38d282e (patch)
tree2c22aeb7afe273eb75cf6515ad02a1f347e80d88 /PKGBUILD
parentcd5cbbf1b5a5327379e42ec23e2ab12e6b8e1883 (diff)
downloadaur-7d421777a78b5a1188251da54b83f97ff38d282e.tar.gz
Update to version 1.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 361035a221d1..f5f882422813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=healpy
pkgname=python-${_pyname}-doc
-pkgver=1.16.0
+pkgver=1.16.1
pkgrel=1
pkgdesc="Documentation for Python iminuit module"
arch=('any')
@@ -10,7 +10,7 @@ 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=('2f4ed8f20f10a1d10ad8a431f9298a03'
+md5sums=('972e7452db035910399e82e56e3b8d3e'
'564da1e5f36d3f48543086a233db6ab0')
prepare() {