summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh2015-02-15 23:31:01 +0000
committerThomas Weißschuh2015-02-15 23:31:01 +0000
commit3b62085dd3ae035242461a8a37f9a18efdc6b663 (patch)
tree411e4bb0e90b540e99ebc64cf96ff5895ebeb621
parentbf966aa1688dedcaff97ad380a74aa3afe084a4f (diff)
downloadaur-3b62085dd3ae035242461a8a37f9a18efdc6b663.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6fcdff47440..2cac5eb1703a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ggplot
pkgdesc = ggplot for python
- pkgver = 0.5.8
+ pkgver = 0.6.5
pkgrel = 1
url = https://github.com/yhat/ggplot/
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-ggplot
depends = python-matplotlib
depends = python-statsmodels
depends = python-brewer2mpl
- source = http://pypi.python.org/packages/source/g/ggplot/ggplot-0.5.8.tar.gz
- sha256sums = 3348596865bdb3d654c0fc3823c43cfaa660a145a6b38428b5d846da84ae3096
+ source = http://pypi.python.org/packages/source/g/ggplot/ggplot-0.6.5.tar.gz
+ sha256sums = 7922152c5986b12da4f663ac6905b6b8ce51a66b9cabf2671a2be3906784ee41
pkgname = python-ggplot
diff --git a/PKGBUILD b/PKGBUILD
index 2186cee5b6b4..3eb884249af9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Weißschuh <thomas t-8ch.de>
pkgname=python-ggplot
-pkgver=0.5.8
+pkgver=0.6.5
pkgrel=1
pkgdesc="ggplot for python"
arch=('any')
@@ -21,4 +21,4 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
}
-sha256sums=('3348596865bdb3d654c0fc3823c43cfaa660a145a6b38428b5d846da84ae3096')
+sha256sums=('7922152c5986b12da4f663ac6905b6b8ce51a66b9cabf2671a2be3906784ee41')