Package Details: aurx 1.0.1.r15.gfc069e3-1

Git Clone URL: https://aur.archlinux.org/aurx.git (read-only, click to copy)
Package Base: aurx
Description: An AUR helper written in C.
Upstream URL: https://github.com/carlyle-felix/aurx
Keywords: aur c github helper
Licenses: GPL-3.0-or-later
Submitter: carlyle
Maintainer: carlyle
Last Packager: carlyle
Votes: 1
Popularity: 0.96
First Submitted: 2025-04-03 12:55 (UTC)
Last Updated: 2025-04-07 11:43 (UTC)

Required by (0)

Sources (1)

Latest Comments

carlyle commented on 2025-04-03 16:53 (UTC)

i just saw that on another pkgbuild i looked at for reference, I will add it, and also dig deeper into pkgbuilds.

FabioLolix commented on 2025-04-03 16:28 (UTC)

Thanks for the fast reply, btw for package() need to use make DESTDIR="${pkgdir}" install

carlyle commented on 2025-04-03 16:09 (UTC) (edited on 2025-04-04 03:17 (UTC) by carlyle)

hey, thank you so much for taking the time to look at it. I will read through the link and try to get the first issue sorted a bit later. I will remove the sudo in the pkgbuild right away.

FabioLolix commented on 2025-04-03 15:29 (UTC)

Hi, there are several issues with this pkgbuild

  • this is a disguised VCS (-git) pkgbuild; lack correlation between pkgver= and source=() and proper versioning (see https://wiki.archlinux.org/title/VCS_package_guidelines#Git If there are no tags then use number of revisions since beginning of the history: ), since you are upstream you can easily create a stable release
  • don't use sudo in pkgbuilds to install stuff