Package Details: wtfis 0.12.0-1

Git Clone URL: https://aur.archlinux.org/wtfis.git (read-only, click to copy)
Package Base: wtfis
Description: Passive hostname, domain and IP lookup tool for non-robots
Upstream URL: https://github.com/pirxthepilot/wtfis
Keywords: security
Licenses: MIT
Submitter: BoBeR182
Maintainer: BoBeR182
Last Packager: BoBeR182
Votes: 0
Popularity: 0.000000
First Submitted: 2025-05-18 04:59 (UTC)
Last Updated: 2025-07-22 00:46 (UTC)

Latest Comments

HornyApple commented on 2025-06-28 07:46 (UTC) (edited on 2025-06-28 07:46 (UTC) by HornyApple)

Error while building:

/.../.cache/paru/clone/wtfis/PKGBUILD: line 30: cd: -0: invalid option
cd: usage: cd [-L|[-P [-e]] [-@]] [dir]
error: failed to build 'wtfis-0.11.0-2': 

I had to change line 30 of PKGBUILD from _origpkgname to pkgname.

gnlrdrvo commented on 2025-05-19 01:37 (UTC) (edited on 2025-05-19 01:38 (UTC) by gnlrdrvo)

license=("None")

From https://github.com/pirxthepilot/wtfis/blob/main/LICENSE , it should be license=(MIT).

arch=("x86_64")

https://wiki.archlinux.org/title/Python_package_guidelines#Architecture

https://wiki.archlinux.org/title/PKGBUILD#arch

wtfis is most likely architecture-independent so it should be arch=(any).