summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1984af5acce1..f0c21c5a7c84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Fri May 27 19:12:59 UTC 2016
pkgbase = python-corner
pkgdesc = Make some beautiful corner plots of samples
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://pypi.python.org/pypi/corner/
arch = any
license = BSD
depends = python-matplotlib
- source = https://files.pythonhosted.org/packages/source/c/corner/corner-2.0.0.tar.gz
- md5sums = 2c00271abef0c967660b3c2b41117f6e
+ source = https://files.pythonhosted.org/packages/source/c/corner/corner-2.0.1.tar.gz
+ md5sums = 148a401ebb1dff47897fe4a1389e8c77
pkgname = python-corner
diff --git a/PKGBUILD b/PKGBUILD
index c61d2b50ac9a..aba8a579c2f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Antony Lee <anntzer dot lee at gmail dot com>
+# Maintainer: George C. Privon <accounts5 at privon dot com>
_pyname=corner
pkgname=python-$_pyname
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='Make some beautiful corner plots of samples'
url="https://pypi.python.org/pypi/$_pyname/"
@@ -10,7 +10,7 @@ depends=('python-matplotlib')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz")
-md5sums=('2c00271abef0c967660b3c2b41117f6e')
+md5sums=('148a401ebb1dff47897fe4a1389e8c77')
build() {
cd $srcdir/$_pyname-$pkgver