aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2022-11-12 20:32:28 -0500
committerDylan Delgado2022-11-12 20:32:28 -0500
commit3bcd073dae5a54d4cbfe8106f6957b10c6f8348b (patch)
tree21c6be7b8a13aa6d83357ad960a4d8d7b584c9f4
parent6d5b6994db99dd0b0fc56697d0551a625df9ccec (diff)
downloadaur-3bcd073dae5a54d4cbfe8106f6957b10c6f8348b.tar.gz
Update to 3.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69cd79369639..55f44fdcda41 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.0
+ pkgver = 3.4.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.4.x/+download/MG5_aMC_v3.4.0.tar.gz
+ source = https://launchpad.net/mg5amcnlo/3.0/3.4.x/+download/MG5_aMC_v3.4.1.tar.gz
source = mg5_configuration.patch
- sha256sums = 6853c311c3641e6f2d1fc99695bb72d4dcf159f9b944f8e7322e085257406611
+ sha256sums = d0dc25a84393687017dcd9154e8f0eee0ba3d6a7122b4a61541db24ffbc148c3
sha256sums = 14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf
pkgname = madgraph
diff --git a/PKGBUILD b/PKGBUILD
index 702ee141e259..c5de45953cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ReneganRonin <renegan.ronin@gmail.co>
pkgname=madgraph
-pkgver=3.4.0
+pkgver=3.4.1
_major=${pkgver%%.*}
_minor=${pkgver#2.}
_minor=${_minor%%.*}
@@ -30,7 +30,7 @@ optdepends=(
source=("https://launchpad.net/mg5amcnlo/${_major}.0/${_major}.4.x/+download/MG5_aMC_v${pkgver}.tar.gz"
"mg5_configuration.patch"
)
-sha256sums=('6853c311c3641e6f2d1fc99695bb72d4dcf159f9b944f8e7322e085257406611'
+sha256sums=('d0dc25a84393687017dcd9154e8f0eee0ba3d6a7122b4a61541db24ffbc148c3'
'14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf')
options=("!strip")