rcm-fast

LOW
maintainer fictionic 0 votes scanned 2026-08-21 03:13:51.743905
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Dylan Forbes <dylandforbes@gmail.com>
2pkgname='rcm-fast'
3pkgver=2.1.0
4pkgrel=1
5pkgdesc="rcm, but faster"
6arch=('any')
7url="https://github.com/fictionic/rcm-fast"
8license=('BSD')
9provides=('rcm')
10conflicts=('rcm' 'rcm-fast-git')
11checkdepends=('cram')
12source=("https://github.com/fictionic/rcm-fast/releases/download/v2.1.0/rcm-fast-2.1.0.tar.gz")
13sha256sums=('b637c760d7ceb9bb8426b27fcd739075fbb8e105960611d7dc249ad48f270ae0')
14
15build() {
16 cd "$srcdir/$pkgname-$pkgver"
17 ./configure \
18 --disable-silent-rules \
19 --prefix=/usr
20 make
21}
22
23check() {
24 cd "$srcdir/$pkgname-$pkgver"
25 LC_ALL=C make check
26}
27
28package() {
29 cd "$srcdir/$pkgname-$pkgver"
30 make DESTDIR="$pkgdir/" install
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33
34# vim:set ts=2 sw=2 et:
35

Changes since previous scan

--- PKGBUILD @ 2026-08-17 00:18
+++ PKGBUILD @ 2026-08-21 03:13
@@ -1,6 +1,6 @@
# Maintainer: Dylan Forbes <dylandforbes@gmail.com>
pkgname='rcm-fast'
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="rcm, but faster"
arch=('any')
@@ -9,8 +9,8 @@
provides=('rcm')
conflicts=('rcm' 'rcm-fast-git')
checkdepends=('cram')
-source=("https://github.com/fictionic/rcm-fast/releases/download/v2.0.0/rcm-fast-2.0.0.tar.gz")
-sha256sums=('20d5344ee7ef28bc1171505e3f4ac03eb130c2a1d9a26ab3956cda499f21aa35')
+source=("https://github.com/fictionic/rcm-fast/releases/download/v2.1.0/rcm-fast-2.1.0.tar.gz")
+sha256sums=('b637c760d7ceb9bb8426b27fcd739075fbb8e105960611d7dc249ad48f270ae0')
build() {
cd "$srcdir/$pkgname-$pkgver"

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 03:13:51 Low 1
2026-08-17 00:18:29 Clean 2
2026-08-16 19:33:38 Low 1

Report a package

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

0 / 4000
Your suggestion