summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2021-04-30 23:49:48 +0200
committerFrank Siegert2021-04-30 23:49:48 +0200
commitd9fecdcd374844f3b5480e2707dfd645499879d0 (patch)
tree872e3cbbc9999229bfd1cbd281a963e8d4810bec
parent25f303eca0b421b187a2997fab23c8b96e2ce6ce (diff)
downloadaur-d9fecdcd374844f3b5480e2707dfd645499879d0.tar.gz
Update to 3.1.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfb71509ab75..a7431023ca2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rivet
pkgdesc = A particle physics package for data analysis and validation of Monte Carlo event generators
- pkgver = 3.1.3
+ pkgver = 3.1.4
pkgrel = 1
url = http://rivet.hepforge.org
arch = x86_64
@@ -17,12 +17,8 @@ pkgbase = rivet
optdepends = ghostscript: PDF plot output
optdepends = imagemagick: PNG plot output
optdepends = python2: For Python2 module in addition to Python3
- source = http://www.hepforge.org/archive/rivet/Rivet-3.1.3.tar.gz
- source = https://gitlab.com/hepcedar/rivet/-/commit/3203bf12a4bef81f880789eb9cde7ff489ae5115.diff
- source = https://gitlab.com/hepcedar/rivet/-/commit/476f267c46b126fa163a92aa6cbcb7806c4624c3.diff
- md5sums = 4738ae56037ce7edfedc2fe59432563c
- md5sums = f38fb653e6927c0a3103abe7015f4372
- md5sums = 4873c74c63650765c2d5270197978e05
+ source = http://www.hepforge.org/archive/rivet/Rivet-3.1.4.tar.gz
+ md5sums = 43ff4bcab2209d483417ed878d1e6483
pkgname = rivet
diff --git a/PKGBUILD b/PKGBUILD
index 1b3669550bce..3a632d76826c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=rivet
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=1
pkgdesc="A particle physics package for data analysis and validation of Monte Carlo event generators"
arch=('x86_64' 'i686')
@@ -13,19 +13,12 @@ optdepends=('texlive-core: Plotting functionality'
'python2: For Python2 module in addition to Python3')
makedepends=('cython')
source=(http://www.hepforge.org/archive/rivet/Rivet-$pkgver.tar.gz
- https://gitlab.com/hepcedar/rivet/-/commit/3203bf12a4bef81f880789eb9cde7ff489ae5115.diff
- https://gitlab.com/hepcedar/rivet/-/commit/476f267c46b126fa163a92aa6cbcb7806c4624c3.diff
)
-md5sums=('4738ae56037ce7edfedc2fe59432563c'
- 'f38fb653e6927c0a3103abe7015f4372'
- '4873c74c63650765c2d5270197978e05')
+md5sums=('43ff4bcab2209d483417ed878d1e6483')
package() {
cd "$srcdir/Rivet-$pkgver"
- patch -p1 < ../3203bf12a4bef81f880789eb9cde7ff489ae5115.diff
- patch -p1 < ../476f267c46b126fa163a92aa6cbcb7806c4624c3.diff
-
# If python2 is present, also build a library for it
# Have to do this first, such that files like rivet-config get overwritten with the "proper" Python3 version
if [ -x /usr/bin/python2 ]; then