Package Details: project-monalisa 0.1.1-1

Git Clone URL: https://aur.archlinux.org/project-monalisa.git (read-only, click to copy)
Package Base: project-monalisa
Description: This project allows you to explore networking protocols by sending custom packets, monitoring traffic, and identifying services like SSH, FTP, and Telnet without using traditional commands or tools.
Upstream URL: https://github.com/Akash420-oss/project-monalisa
Licenses: MIT
Submitter: akashsil2392
Maintainer: akashsil2392
Last Packager: akashsil2392
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-18 07:21 (UTC)
Last Updated: 2025-06-04 05:21 (UTC)

Latest Comments

akashsil2392 commented on 2025-06-04 04:37 (UTC) (edited on 2025-06-04 04:43 (UTC) by akashsil2392)

@a821 Thanks for your guidence i have created a new pkgbase as project-monalisa-git where i have updated sources field and also change pkgbuild file visit this https://aur.archlinux.org/packages/project-monalisa-git

a821 commented on 2025-06-03 07:43 (UTC)

@akashsil2392: Thanks for updating. The PKGBUILD looks better now.

I would remove the checkdepends arrays because there is no checking, and only leave git in the makedepends array since there's no building (needed to pull the sources). It seems your project depends on proxychains and sudo(I had a quick look at the code), so please add them to the depends array if this is the case.

Finally, since you are upstream, I would recommend tagging the last commit on Github (version 0.1.1 I guess) and append #tag=$pkgver in source: example. (If the tag has a v prefix, then #tag=v$pkgver).

You need to do this because otherwise this is a VCS package (meaning it should be called "project-monalisa-git") (see https://wiki.archlinux.org/title/VCS_package_guidelines). Tagging a commit is a simple solution to this.

akashsil2392 commented on 2025-05-23 17:03 (UTC) (edited on 2025-05-23 17:05 (UTC) by akashsil2392)

@a821 you can check it out i have removed and add it as depends array as you told

a821 commented on 2025-05-20 04:40 (UTC)

Please remove sudo from the PKGBUILD and add the necessary system python packages to the depends array.