[arch-commits] Commit in python-scipy/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Jan 3 13:33:44 UTC 2015
Date: Saturday, January 3, 2015 @ 14:33:43
Author: jelle
Revision: 125218
upgpkg: python-scipy 0.14.1-1
Update and add validpgpkeys
Modified:
python-scipy/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-03 13:32:36 UTC (rev 125217)
+++ PKGBUILD 2015-01-03 13:33:43 UTC (rev 125218)
@@ -6,7 +6,7 @@
# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.14.0
+pkgver=0.14.1
pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
license=('BSD')
makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools')
checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz")
-md5sums=('d7c7f4ccf8b07b08d6fe49d5cd51f85d')
+source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('9F8C0817E257343E841DF83DE814316FB3B4A560')
build() {
# Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
@@ -92,3 +92,5 @@
}
# vim:set ts=2 sw=2 et:
+md5sums=('1bfedd3197b3e3f8cd131ae2c06a1bf5'
+ 'SKIP')
More information about the arch-commits
mailing list