aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2023-11-26 16:05:39 -0500
committerDylan Delgado2023-11-26 16:05:39 -0500
commit7328e33bd26e9ff4370f01251fda4a3e2705ba7b (patch)
tree0afeff7e57dd9beb2251202367842c1d94d32495
parentfe6b50b6a5e804246dc5821e693ed05a322ead78 (diff)
downloadaur-7328e33bd26e9ff4370f01251fda4a3e2705ba7b.tar.gz
Remove broken package madanalysis5 from optdepends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e67b3b5576..a2c1ebab9412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = madgraph
pkgdesc = MadGraph5_aMC@NLO is a framework that aims at providing all the elements necessary for SM and BSM phenomenology
pkgver = 3.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/mg5amcnlo
arch = i686
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = madgraph
optdepends = golem95
optdepends = hepmc
optdepends = lhapdf
- optdepends = madanalysis5
optdepends = madgraph-pythia-pgs
optdepends = madgraph-pythia8-interface
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 30b931d6a5b4..a56a5fc28e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _major=${pkgver%%.*}
_minor=${pkgver#2.}
_minor=${_minor%%.*}
_dirname="MG5_aMC_v${pkgver//./_}"
-pkgrel=1
+pkgrel=2
pkgdesc="MadGraph5_aMC@NLO is a framework that aims at providing all the elements necessary for SM and BSM phenomenology"
url="https://launchpad.net/mg5amcnlo"
arch=('i686' 'x86_64')
@@ -23,7 +23,6 @@ optdepends=(
'golem95'
'hepmc'
'lhapdf'
- 'madanalysis5'
'madgraph-pythia-pgs'
'madgraph-pythia8-interface'
)