summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01ac96b9172a..c894b6ad6b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python-healpy-doc
pkgdesc = Documentation for Python iminuit module
- pkgver = 1.16.5
+ pkgver = 1.16.6
pkgrel = 1
url = http://healpy.readthedocs.io
arch = any
license = GPL
- makedepends = python-healpy=1.16.5
+ makedepends = python-healpy=1.16.6
makedepends = python-numpydoc
makedepends = python-nbsphinx>=0.8.6
makedepends = pandoc
makedepends = wget
- source = https://github.com/healpy/healpy/archive/1.16.5.tar.gz
+ source = https://github.com/healpy/healpy/archive/1.16.6.tar.gz
source = fix_doc_warning.patch
- md5sums = 4b222f2025c9b8613649f279566cd4c6
+ md5sums = 237e944d3ad02c138f9a750328a6c674
md5sums = 564da1e5f36d3f48543086a233db6ab0
pkgname = python-healpy-doc
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() {