summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-07-18 13:07:24 +0800
committerUniversebenzene2022-07-18 13:07:24 +0800
commitcd5cbbf1b5a5327379e42ec23e2ab12e6b8e1883 (patch)
treee62349a8e39925961ad93ad3f4305a53decf8281
parent3f4242c841b44c34fe205c569e83cc2a906dfdd0 (diff)
downloadaur-cd5cbbf1b5a5327379e42ec23e2ab12e6b8e1883.tar.gz
Update to version 1.16.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46c88fbd1e0e..820cfc0ac4e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = python-healpy-doc
pkgdesc = Documentation for Python iminuit module
- pkgver = 1.15.1
+ pkgver = 1.16.0
pkgrel = 1
url = http://healpy.readthedocs.io
arch = any
license = GPL
- makedepends = python-healpy=1.15.1
+ makedepends = python-healpy=1.16.0
makedepends = python-numpydoc
makedepends = python-pillow
makedepends = python-nbsphinx>=0.8.6
makedepends = pandoc
makedepends = wget
- source = https://github.com/healpy/healpy/archive/1.15.1.tar.gz
+ source = https://github.com/healpy/healpy/archive/1.16.0.tar.gz
source = fix_doc_warning.patch
- md5sums = 25f8f96a38d83e43c12fbe2de3dced60
+ md5sums = 2f4ed8f20f10a1d10ad8a431f9298a03
md5sums = 564da1e5f36d3f48543086a233db6ab0
pkgname = python-healpy-doc
diff --git a/PKGBUILD b/PKGBUILD
index d589ff8c2bf4..361035a221d1 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.15.1
+pkgver=1.16.0
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=('25f8f96a38d83e43c12fbe2de3dced60'
+md5sums=('2f4ed8f20f10a1d10ad8a431f9298a03'
'564da1e5f36d3f48543086a233db6ab0')
prepare() {