anvil-manager

LOW
maintainer Helmaar 0 votes scanned 2026-08-26 11:30:20.136903
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: Muhammad Hamza <github.com/Hamza-b93>
2# "anvil" was already taken on the AUR by an unrelated project, hence the
3# pkgname suffix below; the upstream project and repo are still just Anvil.
4pkgname=anvil-manager
5pkgver=0.7.9
6pkgrel=1
7pkgdesc="A self-hosted pacman GUI"
8arch=('any')
9url="https://github.com/Hamza-b93/anvil"
10license=('MIT')
11depends=('python' 'python-fastapi' 'uvicorn' 'pacman-contrib')
12optdepends=('yay: AUR search/install/remove support'
13 'polkit: graphical authentication for privileged actions')
14makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
15provides=('anvil')
16conflicts=('anvil')
17# GitHub's archive tarball keeps the repo's own casing (Anvil-$pkgver), not
18# $pkgname-$pkgver — the two diverge now that pkgname != the repo name.
19_srcdir="Anvil-$pkgver"
20source=("$pkgname-$pkgver.tar.gz::https://github.com/Hamza-b93/anvil/archive/refs/tags/v$pkgver.tar.gz")
21sha256sums=('95c1eb852765e362c0597d7a793cf008fe2489459467782093c1770fe149d2f3')
22
23build() {
24 cd "$_srcdir"
25 python -m build --wheel --no-isolation
26}
27
28package() {
29 cd "$_srcdir"
30 python -m installer --destdir="$pkgdir" dist/*.whl
31 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
32}
33

Changes since previous scan

--- PKGBUILD @ 2026-08-18 00:03
+++ PKGBUILD @ 2026-08-26 11:30
@@ -2,7 +2,7 @@
# "anvil" was already taken on the AUR by an unrelated project, hence the
# pkgname suffix below; the upstream project and repo are still just Anvil.
pkgname=anvil-manager
-pkgver=0.7.6
+pkgver=0.7.9
pkgrel=1
pkgdesc="A self-hosted pacman GUI"
arch=('any')
@@ -18,7 +18,7 @@
# $pkgname-$pkgver — the two diverge now that pkgname != the repo name.
_srcdir="Anvil-$pkgver"
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hamza-b93/anvil/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('f83472474670a6f569176adaba46f13030a7fb85c6e716f78c79c41e6a4c1a3c')
+sha256sums=('95c1eb852765e362c0597d7a793cf008fe2489459467782093c1770fe149d2f3')
build() {
cd "$_srcdir"

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 11:30:20 Low 1
2026-08-18 00:03:42 Clean 2
2026-08-17 19:37:23 Low 1
2026-08-14 00:03:41 Clean 2
2026-08-13 19:26:43 Low 1
2026-08-13 17:26:33 Low 1
2026-08-13 15:26:23 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