aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2024-01-07 15:13:20 -0500
committerDylan Delgado2024-01-07 15:13:20 -0500
commit9f73974bda1669be87936bd8fea4c0e069b59fcb (patch)
tree6a901d8268a6dc1b7f4de8ac0ec9df3867dc7d4c /PKGBUILD
parent7328e33bd26e9ff4370f01251fda4a3e2705ba7b (diff)
downloadaur-madgraph.tar.gz
Update to version 3.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")