Package Details: parrot-git 1.0.6-1

Git Clone URL: https://aur.archlinux.org/parrot-git.git (read-only, click to copy)
Package Base: parrot-git
Description: GUI wrapper in Tauri for the Arch Linux package manager, pacman using the wrapper paru. Designed to be intuitive, powerful and user-friendly
Upstream URL: https://github.com/dan-online/parrot
Licenses: MIT
Submitter: DanCodes
Maintainer: DanCodes
Last Packager: DanCodes
Votes: 1
Popularity: 0.001031
First Submitted: 2023-04-12 19:07 (UTC)
Last Updated: 2023-04-24 12:36 (UTC)

Latest Comments

yochananmarqos commented on 2023-04-20 22:35 (UTC)

@DanCodes: I don't know if you're using some bot to push commits here or what, but the last several commits are empty with no changes.

Either way, if nothing needs to be changed as far as packaging, there is no need to touch it at all. A user can pull the latest upstream changes.

FabioLolix commented on 2023-04-12 20:22 (UTC) (edited on 2023-04-12 20:23 (UTC) by FabioLolix)

Hello Dan,

  • source need to be source=("git+https://github.com/dan-online/parrot.git")
  • and it need a pkgver()
pkgver() {
  cd parrot
  git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}


  • and git as makedepends

DanCodes commented on 2023-04-12 20:20 (UTC)

@yochananmarqos I actually have gone through and greatly restructured it to work with -git and the commit_id https://github.com/dan-online/parrot/commit/67372ba7fc301980d0d4869cdd5b3b3ef12e819b so it should work now. Also I added credits in the script file don't worry

yochananmarqos commented on 2023-04-12 20:07 (UTC)

Great, so you just copied and pasted my PKGBUILD blindly. Please change all instances of $pkgname to either ${pkgname%-git} (removes the -git suffix) or parrot.

Please see VCS package guidelines