summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-04-03 23:50:36 +0800
committerUniversebenzene2019-04-03 23:50:36 +0800
commit3193984ffee89ab309c8348947f5e6269654210c (patch)
tree606201822023ed8323b4f6e7b979b1c64bbbe06b
parentd24582282cabaaa1375e05b9008da0777fcd1fa1 (diff)
downloadaur-3193984ffee89ab309c8348947f5e6269654210c.tar.gz
Fix conflict with python3 version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f84f0a6b1e90..d3ed973d3279 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 23 03:36:00 UTC 2019
+# Wed Apr 3 15:50:00 UTC 2019
pkgbase = python2-healpy
pkgdesc = Python package to manipulate healpix maps
pkgver = 1.12.9
- pkgrel = 1
+ pkgrel = 2
url = http://healpy.readthedocs.io
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cd548d290ff4..8eba3b317d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python2-healpy
pkgver=1.12.9
-pkgrel=1
+pkgrel=2
pkgdesc="Python package to manipulate healpix maps"
arch=('i686' 'x86_64')
url="http://healpy.readthedocs.io"
@@ -17,4 +17,5 @@ package() {
install -D -m644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
python2 setup.py install --root=${pkgdir} --prefix=/usr --optimize=1
+ mv ${pkgdir}/usr/bin/healpy_get_wmap_maps{,2}.sh
}