summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2022-06-07 15:20:11 +0200
committerFrank Siegert2022-06-07 15:20:11 +0200
commit0cd7014e388b0b86f9b37060c7a8c40f3f58b9c3 (patch)
tree8a22eaaa62291ec2363070f410e6029f22e698e6
parent7b190ad2469a304b535d7f2f8e956a60f9890c47 (diff)
downloadaur-0cd7014e388b0b86f9b37060c7a8c40f3f58b9c3.tar.gz
Update to 3.1.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef17f00683ff..13d0cc3bb188 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.5
+ pkgver = 3.1.6
pkgrel = 1
url = http://rivet.hepforge.org
arch = x86_64
@@ -16,9 +16,7 @@ pkgbase = rivet
optdepends = texlive-core: Plotting functionality
optdepends = ghostscript: PDF plot output
optdepends = imagemagick: PNG plot output
- source = http://www.hepforge.org/archive/rivet/Rivet-3.1.5.tar.gz
- source = https://gitlab.com/hepcedar/rivet/-/commit/efb47ae662431c08ae4deec046bff0c56a8119ab.diff
- md5sums = 7f3397b16386c0bfcb49420c2eb395b1
- md5sums = f2ffdbf1800e2ba8eec23e10d3785d33
+ source = http://www.hepforge.org/archive/rivet/Rivet-3.1.6.tar.gz
+ md5sums = 2c179a8987ec13db356d07a66b590f47
pkgname = rivet
diff --git a/PKGBUILD b/PKGBUILD
index 65edde1b0cac..62f51d80301b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=rivet
-pkgver=3.1.5
+pkgver=3.1.6
pkgrel=1
pkgdesc="A particle physics package for data analysis and validation of Monte Carlo event generators"
arch=('x86_64' 'i686')
@@ -12,15 +12,11 @@ optdepends=('texlive-core: Plotting functionality'
'imagemagick: PNG plot output')
makedepends=('cython')
source=(http://www.hepforge.org/archive/rivet/Rivet-$pkgver.tar.gz
- https://gitlab.com/hepcedar/rivet/-/commit/efb47ae662431c08ae4deec046bff0c56a8119ab.diff
)
-md5sums=('7f3397b16386c0bfcb49420c2eb395b1'
- 'f2ffdbf1800e2ba8eec23e10d3785d33')
+md5sums=('2c179a8987ec13db356d07a66b590f47')
package() {
cd "$srcdir/Rivet-$pkgver"
- patch -p1 < $srcdir/efb47ae662431c08ae4deec046bff0c56a8119ab.diff
- autoreconf -i
./configure --prefix=/usr --with-hepmc3=/usr
make