[PR #15] [MERGED] small changes to config and save path #24

Closed
opened 2026-03-01 09:11:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • 1227ef8 made 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'
  • ff1b930 from '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 depends and optdepends a sub table of package.metadata.aur in the toml file instead of package.metadata to not conflict with other cargo subcommands,

changed the directory the tar and PKGBUILD files are saved in, to target/cargo-aur to be gitignored and not clutter the project's root directory

updated the README.md accordingly

this resolves #14 as well


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosskers/cargo-aur/pull/15 **Author:** [@BKSalman](https://github.com/BKSalman) **Created:** 10/18/2022 **Status:** ✅ Merged **Merged:** 10/2/2023 **Merged by:** [@fosskers](https://github.com/fosskers) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`1227ef8`](https://github.com/fosskers/cargo-aur/commit/1227ef8e363f1e400bafca10a0c0a91cca62eef1) made 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' - [`ff1b930`](https://github.com/fosskers/cargo-aur/commit/ff1b93096c17b586fcbc5da47d5ec0f712faf907) from 'target/aur' to 'target/cargo-aur' ### 📊 Changes **2 files changed** (+12 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `src/main.rs` (+10 -5) </details> ### 📄 Description made ``depends`` and ``optdepends`` a sub table of ``package.metadata.aur`` in the toml file instead of ``package.metadata`` to not conflict with other cargo subcommands, changed the directory the ``tar`` and ``PKGBUILD`` files are saved in, to ``target/cargo-aur`` to be gitignored and not clutter the project's root directory updated the ``README.md`` accordingly this resolves #14 as well --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-01 09:11:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cargo-aur#24