aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2023-11-26 16:05:39 -0500
committerDylan Delgado2023-11-26 16:05:39 -0500
commit7328e33bd26e9ff4370f01251fda4a3e2705ba7b (patch)
tree0afeff7e57dd9beb2251202367842c1d94d32495 /PKGBUILD
parentfe6b50b6a5e804246dc5821e693ed05a322ead78 (diff)
downloadaur-7328e33bd26e9ff4370f01251fda4a3e2705ba7b.tar.gz
Remove broken package madanalysis5 from optdepends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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'
)