summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 039e084a1439..d3441f74d8ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-healpy
-pkgver=1.12.0
+pkgver=1.12.3
pkgrel=1
pkgdesc="Python package to manipulate healpix maps"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="http://healpy.readthedocs.org"
license=('GPL')
depends=('python>=3.4' 'python-numpy>=1.5' 'python-matplotlib' 'python-astropy' 'cfitsio')
source=("https://files.pythonhosted.org/packages/source/h/healpy/healpy-${pkgver}.tar.gz")
-md5sums=('5d0ab5cf025ce4f21d5c767db84fb522')
+md5sums=('df7fcbf181df9a1a33ebe130cc8c6435')
package() {
cd ${srcdir}/healpy-${pkgver}