summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff99ce16e257..637175253b3e 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.5
+pkgver=1.16.6
pkgrel=1
pkgdesc="Documentation for Python iminuit module"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=("python-${_pyname}=${pkgver}"
'wget')
source=("https://github.com/healpy/healpy/archive/${pkgver}.tar.gz"
'fix_doc_warning.patch')
-md5sums=('4b222f2025c9b8613649f279566cd4c6'
+md5sums=('237e944d3ad02c138f9a750328a6c674'
'564da1e5f36d3f48543086a233db6ab0')
prepare() {