summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraur2016-04-22 12:59:10 +0200
committeraur2016-04-22 12:59:10 +0200
commit9d7ca17ae2a43b09e5ef93e9a2ec47cb5597d04f (patch)
treea3bf197e63306541d0035ffb8b278304d8b25cfd
parent5e170328b19e62f8f31cae05fdc238f93fac1aaf (diff)
downloadaur-9d7ca17ae2a43b09e5ef93e9a2ec47cb5597d04f.tar.gz
[2.9.4-2] fix source url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2a421dd5b31..fa5bfe4038ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Apr 19 06:42:25 UTC 2016
+# Fri Apr 22 10:58:47 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.4
- pkgrel = 1
+ pkgrel = 2
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.4.tar.gz
+ source = https://sourcesup.renater.fr/frs/download.php/file/4570/ScientificPython-2.9.4.tar.gz
md5sums = dc2987089e106cb807b4ccecf7adc071
pkgname = python2-scientificpython
diff --git a/PKGBUILD b/PKGBUILD
index 49859503fd2b..172210f600c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python2-scientificpython
pkgver=2.9.4
-pkgrel=1
+pkgrel=2
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)
+source=(https://sourcesup.renater.fr/frs/download.php/file/4570/ScientificPython-$pkgver.tar.gz)
md5sums=('dc2987089e106cb807b4ccecf7adc071')
build() {