aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2023-05-14 22:25:11 -0400
committerDylan Delgado2023-05-14 22:25:11 -0400
commit0ed5e4475ca54da17aa749f3fbcea8b1e69281a0 (patch)
treedd039f77a3389f6a209c3e7d56e888f53099d666
parent111700c4eb3b86c5624442c7f361159ed2959591 (diff)
downloadaur-0ed5e4475ca54da17aa749f3fbcea8b1e69281a0.tar.gz
Update to version 3.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6d21728db05..660f44b0064a 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.4.2
+ pkgver = 3.5.0
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.4.x/+download/MG5_aMC_v3.4.2.tar.gz
+ source = https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.0.tar.gz
source = mg5_configuration.patch
- sha256sums = ca8631e10cc384f9d05a4d3311f6cb101eeaa57cb39ab7325ee5d1aec1fe218f
+ sha256sums = 8da3f97808857a454ea1a7cc247442266697b948d5340a807c083fc81d3cf087
sha256sums = 14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf
pkgname = madgraph
diff --git a/PKGBUILD b/PKGBUILD
index 8402a822551e..0abdacfd332f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ReneganRonin <renegan.ronin@gmail.co>
pkgname=madgraph
-pkgver=3.4.2
+pkgver=3.5.0
_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}.4.x/+download/MG5_aMC_v${pkgver}.tar.gz"
+source=("https://launchpad.net/mg5amcnlo/${_major}.0/${_major}.5.x/+download/MG5_aMC_v${pkgver}.tar.gz"
"mg5_configuration.patch"
)
-sha256sums=('ca8631e10cc384f9d05a4d3311f6cb101eeaa57cb39ab7325ee5d1aec1fe218f'
+sha256sums=('8da3f97808857a454ea1a7cc247442266697b948d5340a807c083fc81d3cf087'
'14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf')
options=("!strip")