[arch-commits] Commit in python-numpy/repos (2 files)

Angel Velásquez angvp at archlinux.org
Wed Oct 13 17:07:50 UTC 2010


    Date: Wednesday, October 13, 2010 @ 13:07:50
  Author: angvp
Revision: 95015

Fixing mistake 

Modified:
  python-numpy/repos/extra-i686/PKGBUILD
  python-numpy/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |    6 +++---
 extra-x86_64/PKGBUILD |    9 +++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2010-10-13 17:01:33 UTC (rev 95014)
+++ extra-i686/PKGBUILD	2010-10-13 17:07:50 UTC (rev 95015)
@@ -4,8 +4,8 @@
 # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> 
 
 pkgname=python-numpy
-pkgver=1.5.0
-pkgrel=1
+pkgver=1.4.1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -14,7 +14,7 @@
 makedepends=('python-nose' 'gcc-fortran')
 optdepends=('python-nose: test suite')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('3a8bfdc434df782d647161c48943ee09')
+md5sums=('5c7b5349dc3161763f7f366ceb96516b')
 
 build() {
   cd "${srcdir}/numpy-${pkgver}"

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2010-10-13 17:01:33 UTC (rev 95014)
+++ extra-x86_64/PKGBUILD	2010-10-13 17:07:50 UTC (rev 95015)
@@ -1,11 +1,11 @@
-# $Id$
+$Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> 
 
 pkgname=python-numpy
-pkgver=1.5.0
-pkgrel=1
+pkgver=1.4.1
+pkgrel=2
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -14,7 +14,7 @@
 makedepends=('python-nose' 'gcc-fortran')
 optdepends=('python-nose: test suite')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('3a8bfdc434df782d647161c48943ee09')
+md5sums=('5c7b5349dc3161763f7f366ceb96516b')
 
 build() {
   cd "${srcdir}/numpy-${pkgver}"
@@ -32,3 +32,4 @@
 
   install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
 }
+




More information about the arch-commits mailing list