Rebuild python-nose and update python-numpy

This commit is contained in:
Manuel 2010-12-15 01:29:48 +00:00
parent 5239d52740
commit 2a84807995
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
pkgname=python-nose
pkgver=0.11.3
pkgrel=1
pkgrel=2
pkgdesc="A discovery-based unittest extension"
arch=('any')
url="http://www.somethingaboutorange.com/mrl/projects/nose/"

View File

@ -1,7 +1,7 @@
# Maintainer: Phil Miller <philm@chakra-project.org>
pkgname=python-numpy
pkgver=1.4.1
pkgver=1.5.1
pkgrel=1
pkgdesc="Scientific tools for Python"
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ depends=('blas' 'lapack')
makedepends=('python-nose' 'gcc-fortran')
optdepends=('python-nose: test suite')
source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
md5sums=('5c7b5349dc3161763f7f366ceb96516b')
md5sums=('376ef150df41b5353944ab742145352d')
build() {
cd "${srcdir}/numpy-${pkgver}"