summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-05-06 22:47:10 +0800
committerUniversebenzene2020-05-06 22:47:10 +0800
commit39e74dbc46434090132450ea5872d34b2124b24d (patch)
tree1e44b40c9dba5ca98588b83205d1014ac1df1cd1 /PKGBUILD
parent24b14d978b3f7a931cf66133840b9180650e11b8 (diff)
downloadaur-39e74dbc46434090132450ea5872d34b2124b24d.tar.gz
Update to version 1.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97ff2544244f..21584e02c7f0 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.12.10
+pkgver=1.13.0
pkgrel=1
pkgdesc="Documentation for Python iminuit module"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
makedepends=("python-${_pyname}=${pkgver}" 'python-numpydoc')
source=("https://github.com/healpy/healpy/archive/${pkgver}.tar.gz"
'fix_doc_warning.patch')
-md5sums=('ce75bb08a66a215c22af50a71bab006f'
+md5sums=('b2c61ad7aa6b5581173f80d6ff05565f'
'685840f1c3333c81d00b9eea58aafc8e')
prepare() {