From b8e580c6048f42a9d409ba2a6d960895c7a9226d Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Tue, 19 Sep 2023 23:29:44 +0200 Subject: [PATCH] Update ArchLinux PKGBuild --- .github/workflows/go.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6b407f4..87ac147 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -46,9 +46,8 @@ jobs: flags: '' namcap: true updpkgsums: true - - name: Makepkg build and check - id: makepkg - uses: edlanglois/pkgbuild-action@v1 + - name: Build archlinux package + uses: mijailr/arch-makepkg-action@v1 - name: Convert to deb uses: bpicode/github-action-fpm@master with: