diff --git a/Cargo.toml b/Cargo.toml index baafae3..deff339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,10 @@ homepage = "https://git.vwolfe.io/valerie/remux" repository = "https://git.vwolfe.io/valerie/remux" license = "MIT" +[package.metadata.aur] +name = "remux" +archive = "archive/v$pkgver.tar.gz" + [[bin]] name = "remux" path = "src/main.rs"