summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-02-10 15:48:52 +0800
committerUniversebenzene2023-02-10 15:48:52 +0800
commite9022ab2e9ea024ac4aa0aeeb745158f9d4f34de (patch)
tree739c68ba19487d1a1ee8c0c3a0160bad7b0860ac
parent7d421777a78b5a1188251da54b83f97ff38d282e (diff)
downloadaur-e9022ab2e9ea024ac4aa0aeeb745158f9d4f34de.tar.gz
Update to version 1.16.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac61f06262b..272a4612f98c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = python-healpy-doc
pkgdesc = Documentation for Python iminuit module
- pkgver = 1.16.1
+ pkgver = 1.16.2
pkgrel = 1
url = http://healpy.readthedocs.io
arch = any
license = GPL
- makedepends = python-healpy=1.16.1
+ makedepends = python-healpy=1.16.2
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.1.tar.gz
+ source = https://github.com/healpy/healpy/archive/1.16.2.tar.gz
source = fix_doc_warning.patch
- md5sums = 972e7452db035910399e82e56e3b8d3e
+ md5sums = 92968780eb574075e60d4ade9565e34d
md5sums = 564da1e5f36d3f48543086a233db6ab0
pkgname = python-healpy-doc
diff --git a/PKGBUILD b/PKGBUILD
index f5f882422813..8962951b3c22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,21 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=healpy
pkgname=python-${_pyname}-doc
-pkgver=1.16.1
+pkgver=1.16.2
pkgrel=1
pkgdesc="Documentation for Python iminuit module"
arch=('any')
url="http://healpy.readthedocs.io"
license=('GPL')
-makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc' 'python-pillow' 'python-nbsphinx>=0.8.6' 'pandoc' 'wget')
+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=('972e7452db035910399e82e56e3b8d3e'
+md5sums=('92968780eb574075e60d4ade9565e34d'
'564da1e5f36d3f48543086a233db6ab0')
prepare() {