pkglint-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-06 07:10:31.945140
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: Rafael Dominiquini <rafaeldominiquini at gmail dor com>
2
3_pkgauthor=jmelahman
4_pkgname=pkglint
5pkgname=${_pkgname}-bin
6pkgver=1.6.0
7pkgrel=1
8pkgdesc='Linter for Arch Linux PKGBUILDs'
9
10arch=('x86_64' 'aarch64')
11_barch=('linux_amd64' 'linux_arm64')
12
13url="https://github.com/${_pkgauthor}/${_pkgname}"
14_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}"
15
16license=('GPL-3.0')
17
18provides=("${_pkgname}")
19conflicts=("${pkgname%-bin}")
20
21source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_${_barch[0]}.tar.gz")
22source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_${_barch[1]}.tar.gz")
23sha256sums_x86_64=('b2da18fc71d5142a30c018cdfc64044513469171c096fde76ebaaceb1a697c16')
24sha256sums_aarch64=('e291b2f64ba5ca8f6f76fd0519ca7ac12aba7ece3af0fef437a10e8688ccbf36')
25
26
27package() {
28 cd "${srcdir}/" || exit
29
30 install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
31
32 install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
33
34 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 07:10:31 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