summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-05-06 22:47:10 +0800
committerUniversebenzene2020-05-06 22:47:10 +0800
commit39e74dbc46434090132450ea5872d34b2124b24d (patch)
tree1e44b40c9dba5ca98588b83205d1014ac1df1cd1
parent24b14d978b3f7a931cf66133840b9180650e11b8 (diff)
downloadaur-39e74dbc46434090132450ea5872d34b2124b24d.tar.gz
Update to version 1.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 125ac78e30ab..71b4577f19a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python-healpy-doc
pkgdesc = Documentation for Python iminuit module
- pkgver = 1.12.10
+ pkgver = 1.13.0
pkgrel = 1
url = http://healpy.readthedocs.io
arch = i686
arch = x86_64
license = GPL
- makedepends = python-healpy=1.12.10
+ makedepends = python-healpy=1.13.0
makedepends = python-numpydoc
- source = https://github.com/healpy/healpy/archive/1.12.10.tar.gz
+ source = https://github.com/healpy/healpy/archive/1.13.0.tar.gz
source = fix_doc_warning.patch
- md5sums = ce75bb08a66a215c22af50a71bab006f
+ md5sums = b2c61ad7aa6b5581173f80d6ff05565f
md5sums = 685840f1c3333c81d00b9eea58aafc8e
pkgname = python-healpy-doc
diff --git a/.gitignore b/.gitignore
index 0d6e3b36c63a..e896dcd6056d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,5 @@ pkg
*.tar.gz
*.tar.bz2
*.part
-*.pkg.tar.xz
+*.pkg.tar.*
*.log
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() {