summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-07-25 08:38:03 +0800
committerUniversebenzene2022-07-25 08:38:03 +0800
commit7d421777a78b5a1188251da54b83f97ff38d282e (patch)
tree2c22aeb7afe273eb75cf6515ad02a1f347e80d88
parentcd5cbbf1b5a5327379e42ec23e2ab12e6b8e1883 (diff)
downloadaur-7d421777a78b5a1188251da54b83f97ff38d282e.tar.gz
Update to version 1.16.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 820cfc0ac4e0..fac61f06262b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = python-healpy-doc
pkgdesc = Documentation for Python iminuit module
- pkgver = 1.16.0
+ pkgver = 1.16.1
pkgrel = 1
url = http://healpy.readthedocs.io
arch = any
license = GPL
- makedepends = python-healpy=1.16.0
+ makedepends = python-healpy=1.16.1
makedepends = python-numpydoc
makedepends = python-pillow
makedepends = python-nbsphinx>=0.8.6
makedepends = pandoc
makedepends = wget
- source = https://github.com/healpy/healpy/archive/1.16.0.tar.gz
+ source = https://github.com/healpy/healpy/archive/1.16.1.tar.gz
source = fix_doc_warning.patch
- md5sums = 2f4ed8f20f10a1d10ad8a431f9298a03
+ md5sums = 972e7452db035910399e82e56e3b8d3e
md5sums = 564da1e5f36d3f48543086a233db6ab0
pkgname = python-healpy-doc
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() {