aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c1ebab9412..36cdc5307ac8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.2
- pkgrel = 2
+ pkgver = 3.5.3
+ pkgrel = 1
url = https://launchpad.net/mg5amcnlo
arch = i686
arch = x86_64
@@ -18,9 +18,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.2.tar.gz
+ source = https://launchpad.net/mg5amcnlo/3.0/3.5.x/+download/MG5_aMC_v3.5.3.tar.gz
source = mg5_configuration.patch
- sha256sums = 0a252e49ecc2b30e350bd33c24b1fd61cf7d3efc1c4b52c602aa4d23c27bf4e5
+ sha256sums = 796ef4e1e524abc572c0c2b4b31622ddd8b258f78c20b04bd6945779d16d0a27
sha256sums = 14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf
pkgname = madgraph
diff --git a/PKGBUILD b/PKGBUILD
index a56a5fc28e02..a0e142efcb0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ReneganRonin <renegan.ronin@gmail.co>
pkgname=madgraph
-pkgver=3.5.2
+pkgver=3.5.3
_major=${pkgver%%.*}
_minor=${pkgver#2.}
_minor=${_minor%%.*}
_dirname="MG5_aMC_v${pkgver//./_}"
-pkgrel=2
+pkgrel=1
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')
@@ -29,7 +29,7 @@ optdepends=(
source=("https://launchpad.net/mg5amcnlo/${_major}.0/${_major}.5.x/+download/MG5_aMC_v${pkgver}.tar.gz"
"mg5_configuration.patch"
)
-sha256sums=('0a252e49ecc2b30e350bd33c24b1fd61cf7d3efc1c4b52c602aa4d23c27bf4e5'
+sha256sums=('796ef4e1e524abc572c0c2b4b31622ddd8b258f78c20b04bd6945779d16d0a27'
'14d418c14b96492be021da194c2f211fcd91e82c4bb04f15c4d95b7dd65656bf')
options=("!strip")