summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34a3b688667d..536b6844997c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Astro Benzene <universebenzene at sina dot com>
+# Maintainer: Sean Ho <holishing@ccns.ncku.edu.tw>
_pkgname=mplstereonet
pkgname=python-${_pkgname,,}
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="Pytest plugin to help with testing figures output from Matplotlib"
-arch=('i686' 'x86_64')
-url="https://github.com/joferkington/mplstereonet/"
+arch=('x86_64')
+url="https://github.com/joferkington/mplstereonet"
license=('MIT')
depends=('python>=3.3' 'python-matplotlib' 'python-numpy')
makedepends=('python-setuptools')
#source=("https://files.pythonhosted.org/packages/source/p/${_pkgname,,}/${_pkgname,,}-${pkgver}.tar.gz")
source=("https://github.com/joferkington/${_pkgname,,}/archive/v${pkgver}.tar.gz")
-sha256sums=('a50b64de4dfab1dba6ac4c8e75d3af15e5aa73a71a0f56bbbee177aa91e27242')
+sha256sums=('8483c603640f808336ae43043957d10c9e6518462127c906c34929d52b1a435b')
package() {
cd ${srcdir}/${_pkgname,,}-${pkgver}