aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2019-03-04 09:58:18 +1100
committerJP-Ellis2019-03-04 09:58:18 +1100
commit8dc39640c29f1f7d58bde81180a50003dba7e456 (patch)
tree9feb78f33d28149790f4fd6c306efa02f1fb5dca
parent6d57f3ca6fda86472f36e4a63fecbb7b68ba13f3 (diff)
downloadaur-8dc39640c29f1f7d58bde81180a50003dba7e456.tar.gz
Update to v2.6.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89b516d22143..74107b5d2277 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Jan 15 03:11:28 UTC 2019
pkgbase = madgraph
pkgdesc = MadGraph5_aMC@NLO is a framework that aims at providing all the elements necessary for SM and BSM phenomenology
- pkgver = 2.6.4
+ pkgver = 2.6.5
pkgrel = 1
url = https://launchpad.net/mg5amcnlo
arch = i686
@@ -22,10 +20,10 @@ pkgbase = madgraph
optdepends = madgraph-pythia-pgs
optdepends = madgraph-pythia8-interface
options = !strip
- source = https://launchpad.net/mg5amcnlo/2.0/2.6.x/+download/MG5_aMC_v2.6.4.tar.gz
+ source = https://launchpad.net/mg5amcnlo/2.0/2.6.x/+download/MG5_aMC_v2.6.5.tar.gz
source = python2.patch
source = mg5_configuration.patch
- sha256sums = ec7f13018433888319536adba436012fca4a2ccb715b2f525c7efa5e870e7605
+ sha256sums = f41d1afa11566d80c867e1bf3d8d135a28e73042d30bd75f28313dee965e0bdb
sha256sums = 2b84d4122542c25957c43f0dd20080040d65c1b7f666402a4a45676e04c6d0df
sha256sums = a251d1bc6be29032c051cde8b0d050330b4777ff94fea6df5a495a9506c4eadc
diff --git a/PKGBUILD b/PKGBUILD
index 478ad5066252..74ed256a0f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=madgraph
-pkgver=2.6.4
+pkgver=2.6.5
_major=${pkgver%%.*}
_minor=${pkgver#2.}
_minor=${_minor%%.*}
@@ -31,7 +31,7 @@ optdepends=(
source=("https://launchpad.net/mg5amcnlo/${_major}.0/${_major}.${_minor}.x/+download/MG5_aMC_v${pkgver}.tar.gz"
"python2.patch"
"mg5_configuration.patch")
-sha256sums=('ec7f13018433888319536adba436012fca4a2ccb715b2f525c7efa5e870e7605'
+sha256sums=('f41d1afa11566d80c867e1bf3d8d135a28e73042d30bd75f28313dee965e0bdb'
'2b84d4122542c25957c43f0dd20080040d65c1b7f666402a4a45676e04c6d0df'
'a251d1bc6be29032c051cde8b0d050330b4777ff94fea6df5a495a9506c4eadc')
options=("!strip")