anvil-manager
LOW
maintainer Helmaar
0 votes
scanned 2026-08-26 11:30:20.136903
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.
4
pkgname=anvil-manager
5
pkgver=0.7.9
6
pkgrel=1
7
pkgdesc="A self-hosted pacman GUI"
8
arch=('any')
9
url="https://github.com/Hamza-b93/anvil"
10
license=('MIT')
11
depends=('python' 'python-fastapi' 'uvicorn' 'pacman-contrib')
12
optdepends=('yay: AUR search/install/remove support'
13
'polkit: graphical authentication for privileged actions')
14
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
15
provides=('anvil')
16
conflicts=('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"
20
source=("$pkgname-$pkgver.tar.gz::https://github.com/Hamza-b93/anvil/archive/refs/tags/v$pkgver.tar.gz")
21
sha256sums=('95c1eb852765e362c0597d7a793cf008fe2489459467782093c1770fe149d2f3')
22
23
build() {
24
cd "$_srcdir"
25
python -m build --wheel --no-isolation
26
}
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |