summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-08-11 19:03:02 +0800
committerUniversebenzene2023-08-11 19:03:02 +0800
commitc649f78d31c52cab6b3228f15fc1c51844c838d4 (patch)
tree4ef65f46ee0e452e9d8e948e77bda65782b6ddc0
parente9022ab2e9ea024ac4aa0aeeb745158f9d4f34de (diff)
downloadaur-c649f78d31c52cab6b3228f15fc1c51844c838d4.tar.gz
Update to version 1.16.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 272a4612f98c..65390dc95df8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = python-healpy-doc
pkgdesc = Documentation for Python iminuit module
- pkgver = 1.16.2
+ pkgver = 1.16.3
pkgrel = 1
url = http://healpy.readthedocs.io
arch = any
license = GPL
- makedepends = python-healpy=1.16.2
+ makedepends = python-healpy=1.16.3
makedepends = python-numpydoc
makedepends = python-nbsphinx>=0.8.6
makedepends = pandoc
makedepends = wget
- source = https://github.com/healpy/healpy/archive/1.16.2.tar.gz
+ source = https://github.com/healpy/healpy/archive/1.16.3.tar.gz
source = fix_doc_warning.patch
- md5sums = 92968780eb574075e60d4ade9565e34d
+ md5sums = 00a535f8fbd613b36f0a6f499d0da62b
md5sums = 564da1e5f36d3f48543086a233db6ab0
pkgname = python-healpy-doc
diff --git a/PKGBUILD b/PKGBUILD
index 8962951b3c22..06f44d1094c8 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.2
+pkgver=1.16.3
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=('92968780eb574075e60d4ade9565e34d'
+md5sums=('00a535f8fbd613b36f0a6f499d0da62b'
'564da1e5f36d3f48543086a233db6ab0')
prepare() {