rivet

MEDIUM
maintainer fsiegert 5 votes scanned 2026-09-15 13:19:52.153816
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:14 source=(https://cedar-tools.web.cern.ch/downloads/Rivet-$pkgver.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
2pkgname=rivet
3pkgver=4.1.4
4pkgrel=1
5pkgdesc="A particle physics package for data analysis and validation of Monte Carlo event generators"
6arch=('x86_64' 'i686')
7url="http://rivet.hepforge.org"
8license=('GPL3')
9depends=('python' 'yoda>=2.1.4' 'fastjet' 'gsl' 'hepmc' 'fastjet-contrib' 'highfive')
10optdepends=('texlive-core: Plotting functionality'
11 'ghostscript: PDF plot output'
12 'imagemagick: PNG plot output')
13makedepends=('cython')
14source=(https://cedar-tools.web.cern.ch/downloads/Rivet-$pkgver.tar.gz
15 )
16md5sums=('b375a3079b2dd106f9067e2aa03014e7')
17
18package() {
19 cd "$srcdir/Rivet-$pkgver"
20
21 ./configure --prefix=/usr --with-hepmc3=/usr
22 make
23 make DESTDIR="$pkgdir/" install
24
25 mkdir -p $pkgdir/etc/bash_completion.d
26 mv $pkgdir/usr/share/Rivet/rivet-completion $pkgdir/etc/bash_completion.d
27}
28

Changes since previous scan

--- PKGBUILD @ 2026-06-19 22:34
+++ PKGBUILD @ 2026-09-15 13:19
@@ -1,19 +1,19 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=rivet
-pkgver=4.1.3
+pkgver=4.1.4
pkgrel=1
pkgdesc="A particle physics package for data analysis and validation of Monte Carlo event generators"
arch=('x86_64' 'i686')
url="http://rivet.hepforge.org"
license=('GPL3')
-depends=('python' 'yoda>=2.1.2' 'fastjet' 'gsl' 'hepmc' 'fastjet-contrib' 'highfive')
+depends=('python' 'yoda>=2.1.4' 'fastjet' 'gsl' 'hepmc' 'fastjet-contrib' 'highfive')
optdepends=('texlive-core: Plotting functionality'
'ghostscript: PDF plot output'
'imagemagick: PNG plot output')
makedepends=('cython')
-source=(https://rivet.hepforge.org/downloads/?f=Rivet-$pkgver.tar.gz
+source=(https://cedar-tools.web.cern.ch/downloads/Rivet-$pkgver.tar.gz
)
-md5sums=('910d4f44c592a7433e62beaf8145b0da')
+md5sums=('b375a3079b2dd106f9067e2aa03014e7')
package() {
cd "$srcdir/Rivet-$pkgver"

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 13:19:52 Medium 1
2026-06-19 22:34:54 Clean 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion