diff options
Diffstat (limited to 'community/python2-matplotlib/PKGBUILD')
-rw-r--r-- | community/python2-matplotlib/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/python2-matplotlib/PKGBUILD b/community/python2-matplotlib/PKGBUILD index d7da266fa..645fd359f 100644 --- a/community/python2-matplotlib/PKGBUILD +++ b/community/python2-matplotlib/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 73039 2012-06-29 11:35:49Z andrea $ +# $Id: PKGBUILD 74044 2012-07-18 11:59:15Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> -# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> +# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> pkgname=python2-matplotlib -pkgver=1.1.0 -pkgrel=4 +pkgver=1.1.1 +pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" arch=('i686' 'x86_64') url="http://matplotlib.sourceforge.net/" @@ -22,7 +22,7 @@ replaces=('python-matplotlib') conflicts=('python-matplotlib') source=("http://downloads.sourceforge.net/matplotlib/matplotlib-${pkgver}.tar.gz" setup.cfg) -sha1sums=('435b4f04a7e099b79f66451d69ad0b5ce66030ae' +sha1sums=('e47ecb0c651961dbaba57fd172e3b770da197e84' 'f074495fc965298e0372751b34c8edb319437c5f') build() { @@ -49,7 +49,7 @@ build() { package() { cd "${srcdir}/matplotlib-${pkgver}" python2 setup.py install -O1 --skip-build --root "${pkgdir}" --prefix=/usr - + install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}" install -m 644 doc/users/license.rst "${pkgdir}/usr/share/licenses/${pkgname}" } |