diff options
Diffstat (limited to 'community/python-matplotlib/PKGBUILD')
-rw-r--r-- | community/python-matplotlib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index 62f4e2f7a..d6c9dac0f 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 95128 2013-08-05 23:48:54Z eric $ +# $Id: PKGBUILD 98442 2013-10-10 15:29:19Z fyan $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> @@ -6,7 +6,7 @@ pkgbase=python-matplotlib pkgname=('python2-matplotlib' 'python-matplotlib') -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" arch=('i686' 'x86_64') @@ -21,7 +21,6 @@ optdepends=('pygtk: for use with the GTK or GTKAgg backend' 'ghostscript: usetex dependencies' 'texlive-bin: usetex dependencies') source=("http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-${pkgver}/matplotlib-${pkgver}.tar.gz") -sha1sums=('4bcf177bbe2a1a576fbc0896e69c2de2cf7429ae') prepare() { cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py3 @@ -66,3 +65,4 @@ package_python-matplotlib() { install -dm755 "${pkgdir}"/usr/share/licenses/python-matplotlib install -m 644 doc/users/license.rst "${pkgdir}"/usr/share/licenses/python-matplotlib } +sha512sums=('04877aa15b6d52a6f813e8377098d13c432f66ae2522c544575440180944c9b73a2164ae63edd3a0eff807883bf7b39cd55f28454ccee8c76146567ff4a6fd40') |