Search Criteria
Package Details: parrot-git 1.0.6-1
Package Actions
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.000004 |
First Submitted: | 2023-04-12 19:07 (UTC) |
Last Updated: | 2023-04-24 12:36 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- node-gyp (corepackerAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
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=("git+https://github.com/dan-online/parrot.git")
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) orparrot
.Please see VCS package guidelines