mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-07-15 15:52:00 -05:00
[PR #15] [MERGED] small changes to config and save path #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosskers/cargo-aur/pull/15
Author: @BKSalman
Created: 10/18/2022
Status: ✅ Merged
Merged: 10/2/2023
Merged by: @fosskers
Base:
master← Head:master📝 Commits (2)
1227ef8made dependency a sub table of 'aur' to not conflict with other cargo subcommands, changed the directory the tar and PKGBUILD files are saved in to 'target/aur'ff1b930from 'target/aur' to 'target/cargo-aur'📊 Changes
2 files changed (+12 additions, -7 deletions)
View changed files
📝
README.md(+2 -2)📝
src/main.rs(+10 -5)📄 Description
made
dependsandoptdependsa sub table ofpackage.metadata.aurin the toml file instead ofpackage.metadatato not conflict with other cargo subcommands,changed the directory the
tarandPKGBUILDfiles are saved in, totarget/cargo-aurto be gitignored and not clutter the project's root directoryupdated the
README.mdaccordinglythis resolves #14 as well
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.