From 87b7e7191f52db48722de068eaf519b95e728ed6 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 22 Nov 2024 02:58:37 +0100 Subject: [PATCH] chore: fix AUR configuration --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bfb604ee..c3812ec0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -170,7 +170,7 @@ snapcrafts: - network-bind aurs: - - description: "Let's Encrypt client and ACME library written in Go" + - description: "Let s Encrypt client and ACME library written in Go" skip_upload: false homepage: https://go-acme.github.io/lego/ name: 'lego-bin' @@ -186,7 +186,7 @@ aurs: email: ldez@users.noreply.github.com package: |- # Bin - install -Dm755 "./prm" "${pkgdir}/usr/bin/lego" + install -Dm755 "./lego" "${pkgdir}/usr/bin/lego" # License install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/lego/LICENSE"