summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2018-12-08 13:45:52 +0800
committerUniversebenzene2018-12-08 13:45:52 +0800
commit54df60f509f9ab59a0c121c1ff3a2fce29a9195b (patch)
tree32bedbfae754985ef28786cda6d6949e60287feb /PKGBUILD
parent68bdc7b1e5c6cc598156e918fed4584f9ad87998 (diff)
downloadaur-54df60f509f9ab59a0c121c1ff3a2fce29a9195b.tar.gz
Update to version 1.12.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29e74fbf256e..24cd90c3fe28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-healpy
-pkgver=1.12.7
+pkgver=1.12.8
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=('84dcc18f1ceceb94cfbb7bf20b64e623')
+md5sums=('7cf8bc21b4cc505a77a78e4e335cf5b3')
package() {
cd ${srcdir}/healpy-${pkgver}