aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05e81acebbbb..c3df3c6dc04e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 7f371d6ffee8..a90a3ffc0376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"