summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-12-06 13:47:21 +0800
committerUniversebenzene2018-12-06 13:47:21 +0800
commit2003dc0013b42c18b9fe3ea17d3db4b6ded8789a (patch)
treeb4652aab46ebf3367d28c4b6751bdf4a1af7eecf
parent4cebd0be22bd4c8710e6033e0c0e8f0228d951d4 (diff)
downloadaur-2003dc0013b42c18b9fe3ea17d3db4b6ded8789a.tar.gz
Update to version 1.12.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d19fd4bb7015..99b2559e69b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 2 15:05:24 UTC 2018
+# Thu Dec 6 05:46:18 UTC 2018
pkgbase = python2-healpy
pkgdesc = Python package to manipulate healpix maps
- pkgver = 1.12.4
+ pkgver = 1.12.6
pkgrel = 1
url = http://healpy.readthedocs.io
arch = i686
@@ -13,8 +13,8 @@ pkgbase = python2-healpy
depends = python2-matplotlib
depends = python2-astropy
depends = cfitsio
- source = https://files.pythonhosted.org/packages/source/h/healpy/healpy-1.12.4.tar.gz
- md5sums = b20a3c35beaff37af4bc85766bc76944
+ source = https://files.pythonhosted.org/packages/source/h/healpy/healpy-1.12.6.tar.gz
+ md5sums = 4186d90e6d3269e227f7f18237c0aa68
pkgname = python2-healpy
diff --git a/PKGBUILD b/PKGBUILD
index b2508eda8e9f..1e86e23a42e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python2-healpy
-pkgver=1.12.4
+pkgver=1.12.6
pkgrel=1
pkgdesc="Python package to manipulate healpix maps"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="http://healpy.readthedocs.io"
license=('GPL')
depends=('python2>=2.7' 'python2-numpy>=1.5' 'python2-matplotlib' 'python2-astropy' 'cfitsio')
source=("https://files.pythonhosted.org/packages/source/h/healpy/healpy-${pkgver}.tar.gz")
-md5sums=('b20a3c35beaff37af4bc85766bc76944')
+md5sums=('4186d90e6d3269e227f7f18237c0aa68')
package() {
cd ${srcdir}/healpy-${pkgver}