Skip to content

Commit

Permalink
chore: fix aur
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 28, 2024
1 parent 6f5edec commit 56a0cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/bump-aur
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgname="${usage_pkgname:-}"
USAGE_VERSION=v$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.name == "usage-cli") | .version')

rm -rf aur
git clone "ssh://aur@aur.archlinux.org/$pkgname.git aur"
git clone "ssh://aur@aur.archlinux.org/$pkgname.git" aur
git -C aur pull

if [ "$pkgname" == "usage" ]; then
Expand Down

0 comments on commit 56a0cf7

Please sign in to comment.