aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2023-08-18 08:40:00 -0400
committerDylan Delgado2023-08-18 08:40:00 -0400
commitaa5ae83d85c766c9910958eeaaf23379efc3e04f (patch)
tree076b1abae5f2eacee0a36bf4cd5aba211f4065f4
parent0ed5e4475ca54da17aa749f3fbcea8b1e69281a0 (diff)
downloadaur-aa5ae83d85c766c9910958eeaaf23379efc3e04f.tar.gz
Update to version 3.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660f44b0064a..979b35b0ccb9 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.5.0
+ pkgver = 3.5.1
pkgrel = 1
url = https://launchpad.net/mg5amcnlo
arch = i686
@@ -19,9 +19,9 @@ pkgbase = madgraph
optdepends = madgraph-pythia-pgs
optdepends = madgraph-pythia8-interface
options = !strip
- source = https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.0.tar.gz
+ source = https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.1.tar.gz
source = mg5_configuration.patch
- sha256sums = 8da3f97808857a454ea1a7cc247442266697b948d5340a807c083fc81d3cf087
+ sha256sums = e7464caf72f61bbb49a4ab41e7affb763f77e26a4ca23b843120c60a52160f74
sha256sums = 14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf
pkgname = madgraph
diff --git a/PKGBUILD b/PKGBUILD
index 0abdacfd332f..87a951ceddea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ReneganRonin <renegan.ronin@gmail.co>
pkgname=madgraph
-pkgver=3.5.0
+pkgver=3.5.1
_major=${pkgver%%.*}
_minor=${pkgver#2.}
_minor=${_minor%%.*}
@@ -30,7 +30,7 @@ optdepends=(
source=("https://launchpad.net/mg5amcnlo/${_major}.0/${_major}.5.x/+download/MG5_aMC_v${pkgver}.tar.gz"
"mg5_configuration.patch"
)
-sha256sums=('8da3f97808857a454ea1a7cc247442266697b948d5340a807c083fc81d3cf087'
+sha256sums=('e7464caf72f61bbb49a4ab41e7affb763f77e26a4ca23b843120c60a52160f74'
'14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf')
options=("!strip")