summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraur2016-04-19 08:42:44 +0200
committeraur2016-04-19 08:42:44 +0200
commit5e170328b19e62f8f31cae05fdc238f93fac1aaf (patch)
tree2396df43fef912cb20344ef0f757de762792c5d5
parente159a8a2fcfc6505a52969d28ba946a7734e0471 (diff)
downloadaur-5e170328b19e62f8f31cae05fdc238f93fac1aaf.tar.gz
update to 2.9.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4907a0b28c4e..c2a421dd5b31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue Apr 19 06:42:25 UTC 2016
pkgbase = python2-scientificpython
pkgdesc = ScientificPython is a collection of Python modules for scientific computing. It contains support for geometry, mathematical functions, statistics, physical units, IO, visualization, and parallelization.
- pkgver = 2.9.1
- pkgrel = 5
+ pkgver = 2.9.4
+ pkgrel = 1
url = http://dirac.cnrs-orleans.fr/plone/software/scientificpython/
arch = i686
arch = x86_64
license = custom:CeCILL
depends = python2-numpy
depends = netcdf
- source = https://sourcesup.renater.fr/frs/download.php/file/3420/ScientificPython-2.9.1.tar.gz
- md5sums = f27bfb3abda022b73a93cd6ada06338f
+ source = https://sourcesup.renater.fr/frs/download.php/file/3420/ScientificPython-2.9.4.tar.gz
+ md5sums = dc2987089e106cb807b4ccecf7adc071
pkgname = python2-scientificpython
diff --git a/PKGBUILD b/PKGBUILD
index cd3be8e1d60f..49859503fd2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Hector Mtz-Seara <hseara__*a*t*__gmail*.*com>
pkgname=python2-scientificpython
-pkgver=2.9.1
-pkgrel=5
+pkgver=2.9.4
+pkgrel=1
pkgdesc="ScientificPython is a collection of Python modules for scientific computing. It contains support for geometry, mathematical functions, statistics, physical units, IO, visualization, and parallelization."
arch=('i686' 'x86_64')
url="http://dirac.cnrs-orleans.fr/plone/software/scientificpython/"
license=('custom:CeCILL')
depends=('python2-numpy' 'netcdf')
source=(https://sourcesup.renater.fr/frs/download.php/file/3420/ScientificPython-$pkgver.tar.gz)
-md5sums=('f27bfb3abda022b73a93cd6ada06338f')
+md5sums=('dc2987089e106cb807b4ccecf7adc071')
build() {
cd "$srcdir"/ScientificPython-$pkgver
- python2 setup.py build --numpy
+ python2 setup.py build
}
package() {