From 3b1a6e6a364950e91abf4afdb63b988b7fb3ee7d Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 14 Mar 2024 17:11:24 -0400 Subject: [PATCH] updated Cargo.toml --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14db2eb..960fbf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,12 @@ description = "Pride flags in the terminal." homepage = "https://git.vwolfe.io/valerie/pride" repository = "https://git.vwolfe.io/valerie/pride" license = "MIT" +categories = [ "command-line-utilities" ] +keywords = [ "lgbt", "pride", "cli" ] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[package.metadata.aur] +name = "pride" +source = "archive/v$pkgver.tar.gz" [[bin]] name = "pride"