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