summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-12-06 02:37:39 +0800
committerUniversebenzene2018-12-06 02:37:39 +0800
commit25b68494d80799c2fb65e1bc0fbcb7bed8418753 (patch)
treea681b29f4e1acb5ad140d859902e2610f379cf76
parent907c5410438576761e2ea5510fa90cb75cb9fa89 (diff)
downloadaur-25b68494d80799c2fb65e1bc0fbcb7bed8418753.tar.gz
Update for astropy_helper 3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f1d0032c06..95c2468bbc66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Nov 3 17:08:09 UTC 2018
+# Wed Dec 5 18:37:06 UTC 2018
pkgbase = python-astropy-healpix
pkgdesc = BSD-licensed HEALPix for Astropy
pkgver = 0.3.1
@@ -13,9 +13,9 @@ pkgbase = python-astropy-healpix
checkdepends = python-hypothesis
makedepends = cython
makedepends = python-astropy>=1.2
- makedepends = python-astropy-helpers
+ makedepends = python-astropy-helpers>=3.1
makedepends = python-sphinx
- makedepends = python-matplotlib
+ makedepends = python-sphinx-astropy
source = https://files.pythonhosted.org/packages/source/a/astropy-healpix/astropy-healpix-0.3.1.tar.gz
md5sums = 2c159be654778ee1f3ba5c0b95beaa5f
diff --git a/PKGBUILD b/PKGBUILD
index 9f6cfeaa6707..beadecab6c0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="BSD-licensed HEALPix for Astropy"
arch=('i686' 'x86_64')
url="http://astropy-healpix.readthedocs.io/en/latest/"
license=('BSD')
-makedepends=('cython' 'python-astropy>=1.2' 'python-astropy-helpers' 'python-sphinx' 'python-matplotlib')
+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')
@@ -44,7 +44,7 @@ package_python-astropy-healpix() {
package_python-astropy-healpix-doc() {
pkgdesc="Documentation for AstroPy-HEALPix"
- cd ${srcdir}/astropy-healpix-${pkgver}/docs/docs/_build
+ cd ${srcdir}/astropy-healpix-${pkgver}/docs/_build
install -d -m755 "${pkgdir}/usr/share/doc/${pkgbase}"
cp -a html "${pkgdir}/usr/share/doc/${pkgbase}"