aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2022-03-29 09:42:47 -0400
committerDylan Delgado2022-03-29 09:42:47 -0400
commitbfb01cd5e7fc48f11d3735cd2d3a9cfcea1711c1 (patch)
treed44eb80a6ab0dd611b64def71c93ed776a9860f5
parentb532313ce72c01b057b72a03f8115a7d9490b9f0 (diff)
downloadaur-bfb01cd5e7fc48f11d3735cd2d3a9cfcea1711c1.tar.gz
Update to 3.3.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5219033c280a..cd504f7cf8a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = madgraph
pkgdesc = MadGraph5_aMC@NLO is a framework that aims at providing all the elements necessary for SM and BSM phenomenology
- pkgver = 3.1.0
+ pkgver = 3.3.2
pkgrel = 1
url = https://launchpad.net/mg5amcnlo
arch = i686
@@ -19,10 +19,9 @@ pkgbase = madgraph
optdepends = madgraph-pythia-pgs
optdepends = madgraph-pythia8-interface
options = !strip
- source = https://launchpad.net/mg5amcnlo/3.0/3.1.x/+download/MG5_aMC_v3.1.0.tar.gz
+ source = https://launchpad.net/mg5amcnlo/3.0/3.3.x/+download/MG5_aMC_v3.3.2.tar.gz
source = mg5_configuration.patch
- sha256sums = ea14cf6daa5b6c53dba1455c086e762cb8042d342451c9b88b2bde81098bf264
+ sha256sums = d62f020d5b1bf72f654acc96916aba895bdc50f88ad560080f0e63894201ed99
sha256sums = 14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf
pkgname = madgraph
-
diff --git a/PKGBUILD b/PKGBUILD
index c2187c1fdcaf..667bf13f0e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ReneganRonin <renegan.ronin@gmail.co>
pkgname=madgraph
-pkgver=3.1.0
+pkgver=3.3.2
_major=${pkgver%%.*}
_minor=${pkgver#2.}
_minor=${_minor%%.*}
@@ -27,10 +27,10 @@ optdepends=(
'madgraph-pythia-pgs'
'madgraph-pythia8-interface'
)
-source=("https://launchpad.net/mg5amcnlo/${_major}.0/${_major}.1.x/+download/MG5_aMC_v${pkgver}.tar.gz"
+source=("https://launchpad.net/mg5amcnlo/${_major}.0/${_major}.3.x/+download/MG5_aMC_v${pkgver}.tar.gz"
"mg5_configuration.patch"
)
-sha256sums=('ea14cf6daa5b6c53dba1455c086e762cb8042d342451c9b88b2bde81098bf264'
+sha256sums=('d62f020d5b1bf72f654acc96916aba895bdc50f88ad560080f0e63894201ed99'
'14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf')
options=("!strip")