summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-12-04 20:31:17 +0100
committerMichel Zou2019-12-04 20:31:17 +0100
commitd2b1ce2937cb07f00255069776436a9ee51508c0 (patch)
tree864f99265566df938b997dbc541fe54a58f4b6ce
parent72d17fc0205565e95e78b986e680df295628135e (diff)
downloadaur-d2b1ce2937cb07f00255069776436a9ee51508c0.tar.gz
git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 585fbf345903..1f2fce6ba511 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,11 +11,12 @@ pkgbase = python-assimulo
makedepends = gcc-fortran
makedepends = sundials
makedepends = lapack
+ makedepends = git
depends = python-scipy
depends = python-matplotlib
depends = lapack
depends = sundials
- source = Assimulo-3.1::svn+https://svn.jmodelica.org/assimulo/tags/Assimulo-3.1
+ source = Assimulo-3.1::git+https://github.com/modelon/Assimulo.git#branch=Assimulo-3.1.x
source = sundials5.patch
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 91ffa878596f..4326b6f72360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgdesc="A package for solving ordinary differential equations and differential
url="http://www.jmodelica.org/assimulo"
arch=('i686' 'x86_64')
license=('LGPL')
-makedepends=('python-setuptools' 'cython' 'gcc-fortran' 'sundials' 'lapack')
+makedepends=('python-setuptools' 'cython' 'gcc-fortran' 'sundials' 'lapack' 'git')
depends=('python-scipy' 'python-matplotlib' 'lapack' 'sundials')
-source=("Assimulo-${pkgver}::svn+https://svn.jmodelica.org/assimulo/tags/Assimulo-${pkgver}" sundials5.patch)
+source=("Assimulo-${pkgver}::git+https://github.com/modelon/Assimulo.git#branch=Assimulo-${pkgver}.x" sundials5.patch)
sha256sums=('SKIP' 'SKIP')
prepare() {