summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-08-31 14:40:33 +0800
committerUniversebenzene2023-08-31 14:40:33 +0800
commit0cdf3109630b91059d1a425b48e88354de4f85f2 (patch)
tree886c2b1690c51a068d5c854113230d7d78029cba
parentc649f78d31c52cab6b3228f15fc1c51844c838d4 (diff)
downloadaur-0cdf3109630b91059d1a425b48e88354de4f85f2.tar.gz
Update to version 1.16.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65390dc95df8..01ac96b9172a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python-healpy-doc
pkgdesc = Documentation for Python iminuit module
- pkgver = 1.16.3
+ pkgver = 1.16.5
pkgrel = 1
url = http://healpy.readthedocs.io
arch = any
license = GPL
- makedepends = python-healpy=1.16.3
+ makedepends = python-healpy=1.16.5
makedepends = python-numpydoc
makedepends = python-nbsphinx>=0.8.6
makedepends = pandoc
makedepends = wget
- source = https://github.com/healpy/healpy/archive/1.16.3.tar.gz
+ source = https://github.com/healpy/healpy/archive/1.16.5.tar.gz
source = fix_doc_warning.patch
- md5sums = 00a535f8fbd613b36f0a6f499d0da62b
+ md5sums = 4b222f2025c9b8613649f279566cd4c6
md5sums = 564da1e5f36d3f48543086a233db6ab0
pkgname = python-healpy-doc
diff --git a/PKGBUILD b/PKGBUILD
index 06f44d1094c8..ff99ce16e257 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.3
+pkgver=1.16.5
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=('00a535f8fbd613b36f0a6f499d0da62b'
+md5sums=('4b222f2025c9b8613649f279566cd4c6'
'564da1e5f36d3f48543086a233db6ab0')
prepare() {