summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Martinez-Julia2015-12-10 10:00:09 +0100
committerPedro Martinez-Julia2015-12-10 10:00:09 +0100
commitc56c5ed198c1bf0884ebe56859a24b3fdc1d6a8a (patch)
tree99690efc73172e5653d2a9389dcc7c7d716c9292
parent7da5a723c061c72e7a3f13e08b197b8abe3a0cac (diff)
downloadaur-c56c5ed198c1bf0884ebe56859a24b3fdc1d6a8a.tar.gz
Updated to 1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f784449398..163cbbce2149 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Dec 10 09:00:03 UTC 2015
pkgbase = python2-matplotlib-noqt
pkgdesc = A python plotting library, making publication quality plots
- pkgver = 1.4.3
+ pkgver = 1.5.0
pkgrel = 1
url = http://matplotlib.org
arch = i686
@@ -28,8 +30,8 @@ pkgbase = python2-matplotlib-noqt
optdepends = ghostscript: usetex dependencies
optdepends = texlive-bin: usetex dependencies
optdepends = python-tornado: for webagg backend
- source = https://github.com/matplotlib/matplotlib/archive/v1.4.3.tar.gz
- sha512sums = 4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa
+ source = https://github.com/matplotlib/matplotlib/archive/v1.5.0.tar.gz
+ sha512sums = 017797c139383e1878cbd4b5595c192f2dedf649e2d268d4bad5421e4a955f3da6d1c9011ce29d6f3487709bb3a8592693d8914335f9f95254a2e267e7ea1cf5
pkgname = python2-matplotlib-noqt
diff --git a/PKGBUILD b/PKGBUILD
index 6364cc51461e..cbef7e808e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# $Id$
# Maintainer: Pedro Martinez-Julia <pedromj@um.es>
+# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
pkgname=python2-matplotlib-noqt
-pkgver=1.4.3
+pkgver=1.5.0
pkgrel=1
pkgdesc="A python plotting library, making publication quality plots"
arch=('i686' 'x86_64')
@@ -22,7 +23,7 @@ optdepends=('python-gobject: for GTK3Agg/GTK3Cairo backend'
'texlive-bin: usetex dependencies'
'python-tornado: for webagg backend')
source=("https://github.com/matplotlib/matplotlib/archive/v$pkgver.tar.gz")
-sha512sums=('4aebbda31934bedbee5206b783e5cbe07db17367d50117a50bb80b7ea4aad987ec225958bed58885c561f00582c309d6e8c0a69861d3b4210a09b2d63975d2aa')
+sha512sums=('017797c139383e1878cbd4b5595c192f2dedf649e2d268d4bad5421e4a955f3da6d1c9011ce29d6f3487709bb3a8592693d8914335f9f95254a2e267e7ea1cf5')
prepare() {
cd matplotlib-${pkgver}