summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95c2468bbc66..36a9693b165d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 5 18:37:06 UTC 2018
+# Wed Dec 19 11:22:51 UTC 2018
pkgbase = python-astropy-healpix
pkgdesc = BSD-licensed HEALPix for Astropy
- pkgver = 0.3.1
+ pkgver = 0.4
pkgrel = 1
url = http://astropy-healpix.readthedocs.io/en/latest/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = python-astropy-healpix
makedepends = python-astropy-helpers>=3.1
makedepends = python-sphinx
makedepends = python-sphinx-astropy
- source = https://files.pythonhosted.org/packages/source/a/astropy-healpix/astropy-healpix-0.3.1.tar.gz
- md5sums = 2c159be654778ee1f3ba5c0b95beaa5f
+ source = https://files.pythonhosted.org/packages/source/a/astropy-healpix/astropy-healpix-0.4.tar.gz
+ md5sums = 59174f71ae6ef8b8969b2cfce702231e
pkgname = python-astropy-healpix
depends = python>=3.5
diff --git a/PKGBUILD b/PKGBUILD
index beadecab6c0c..3f26b5783acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgbase=python-astropy-healpix
pkgname=('python-astropy-healpix' 'python-astropy-healpix-doc')
-pkgver=0.3.1
+pkgver=0.4
pkgrel=1
pkgdesc="BSD-licensed HEALPix for Astropy"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('cython' 'python-astropy>=1.2' 'python-astropy-helpers>=3.1' 'python-sphinx' 'python-sphinx-astropy')
checkdepends=('python-pytest' 'python-healpy' 'python-hypothesis')
source=("https://files.pythonhosted.org/packages/source/a/astropy-healpix/astropy-healpix-${pkgver}.tar.gz")
-md5sums=('2c159be654778ee1f3ba5c0b95beaa5f')
+md5sums=('59174f71ae6ef8b8969b2cfce702231e')
prepare() {
cd ${srcdir}/astropy-healpix-${pkgver}