dnslookup

MEDIUM
maintainer helioloureiro 1 votes scanned 2026-09-25 13:11:58.025550
View on AUR
Why flagged

A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.

Triggered rules

Medium External install via pipx/uv/poetry/cargo/go/gem alt_pkg_manager_install

A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.

  • PKGBUILD:24 go install -x -v -buildmode=pie -ldflags "-s -w" -trimpath

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jorge Pizarro-Callejas (jorgicio) <jpizarrocallejas@gmail.com>
2pkgname=dnslookup
3pkgver=1.12.0
4pkgrel=4
5pkgdesc="Simple command line utility to make DNS lookups to the specified server"
6arch=('any')
7url="https://github.com/ameshkov/dnslookup"
8license=('GPL3')
9depends=()
10makedepends=('go>=1.27.1')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/ameshkov/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
12sha256sums=('de4b851a21556811f26739b480fedd2c9e4fd0b238f4a4e20143e1f64b42474f')
13conflicts=('dnslookup-git' 'dnslookup-bin')
14
15prepare() {
16 cd ${srcdir}/$pkgname-$pkgver
17}
18
19build(){
20 cd "${srcdir}/$pkgname-$pkgver"
21 mkdir -p "${srcdir}/gopath"
22 export GOPATH="${srcdir}/gopath"
23 export GOFLAGS="-modcacherw"
24 go install -x -v -buildmode=pie -ldflags "-s -w" -trimpath
25}
26
27package(){
28 mkdir -p $pkgdir/usr/bin
29 install $srcdir/gopath/bin/$pkgname $pkgdir/usr/bin/$pkgname
30}
31

Changes since previous scan

--- PKGBUILD @ 2026-07-13 00:19
+++ PKGBUILD @ 2026-09-25 13:11
@@ -1,13 +1,13 @@
# Maintainer: Jorge Pizarro-Callejas (jorgicio) <jpizarrocallejas@gmail.com>
pkgname=dnslookup
pkgver=1.12.0
-pkgrel=3
+pkgrel=4
pkgdesc="Simple command line utility to make DNS lookups to the specified server"
arch=('any')
url="https://github.com/ameshkov/dnslookup"
license=('GPL3')
depends=()
-makedepends=('go>=1.26')
+makedepends=('go>=1.27.1')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ameshkov/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('de4b851a21556811f26739b480fedd2c9e4fd0b238f4a4e20143e1f64b42474f')
conflicts=('dnslookup-git' 'dnslookup-bin')

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 13:11:58 Medium 1
2026-07-13 00:19:36 Clean 2
2026-07-12 17:40:40 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 18:04:49 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion