diff options
author | JP-Ellis | 2017-04-02 10:23:51 +1000 |
---|---|---|
committer | JP-Ellis | 2017-04-02 10:25:10 +1000 |
commit | e270c389ec4194033f55551ac2980b3488970467 (patch) | |
tree | 920eadebfbdd89f33e434736d9e6c148e3f53c4b | |
parent | 0569789d1e94786e59636ccc682eef77bade3e51 (diff) | |
download | aur-e270c389ec4194033f55551ac2980b3488970467.tar.gz |
Fix pythia8 -> pythia dependency.
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,17 +1,17 @@ # Generated by mksrcinfo v8 -# Fri Mar 17 05:57:39 UTC 2017 +# Sun Apr 2 00:24:32 UTC 2017 pkgbase = madgraph-pythia8-interface - pkgdesc = MadGraph5_aMC@NLO is a framework that aims at providing all the elements necessary for SM and BSM phenomenology + pkgdesc = MadGraph Pythia8 interface pkgver = 1.0 - pkgrel = 1 + pkgrel = 2 url = http://madgraph.hep.uiuc.edu/ arch = i686 arch = x86_64 license = MIT + depends = hepmc depends = madgraph - depends = pythia8 + depends = pythia depends = python2 - options = !strip source = http://madgraph.physics.illinois.edu/Downloads/MG5aMC_PY8_interface/MG5aMC_PY8_interface_V1.0.tar.gz source = python2.patch sha256sums = f99c4f0680dfc198533d8531659990f90ce3b18b82d2d219293f455b2777fb38 @@ -2,7 +2,7 @@ pkgname=madgraph-pythia8-interface pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="MadGraph Pythia8 interface" url="http://madgraph.hep.uiuc.edu/" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('MIT') depends=( 'hepmc' 'madgraph' - 'pythia8' + 'pythia' 'python2' ) source=("http://madgraph.physics.illinois.edu/Downloads/MG5aMC_PY8_interface/MG5aMC_PY8_interface_V${pkgver}.tar.gz" |