summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-07-23 10:56:06 +0800
committerUniversebenzene2020-07-23 10:56:06 +0800
commit7a1449e32eadbd4c7eee47cfc18dbf5bdff89620 (patch)
treef9526d1dd1a87db98519a8a13a5ef054599e2560 /PKGBUILD
parent39e74dbc46434090132450ea5872d34b2124b24d (diff)
downloadaur-7a1449e32eadbd4c7eee47cfc18dbf5bdff89620.tar.gz
Update to version 1.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21584e02c7f0..7e32abad32b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
_pyname=healpy
pkgname=python-${_pyname}-doc
-pkgver=1.13.0
+pkgver=1.14.0
pkgrel=1
pkgdesc="Documentation for Python iminuit module"
arch=('i686' 'x86_64')
url="http://healpy.readthedocs.io"
license=('GPL')
-makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc')
+makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc' 'python-pillow')
source=("https://github.com/healpy/healpy/archive/${pkgver}.tar.gz"
'fix_doc_warning.patch')
-md5sums=('b2c61ad7aa6b5581173f80d6ff05565f'
+md5sums=('1d0aa0ee4599f7dc30933fedfafc713b'
'685840f1c3333c81d00b9eea58aafc8e')
prepare() {