Package Details: pinact 3.10.1-1

Git Clone URL: https://aur.archlinux.org/pinact.git (read-only, click to copy)
Package Base: pinact
Description: CLI to pin GitHub Actions and Reusable Workflows to full hashes
Upstream URL: https://github.com/suzuki-shunsuke/pinact
Licenses: MIT
Submitter: jtitor
Maintainer: barbuk
Last Packager: barbuk
Votes: 1
Popularity: 0.012032
First Submitted: 2025-10-11 07:38 (UTC)
Last Updated: 2026-05-15 21:30 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

barbuk commented on 2025-12-30 08:26 (UTC)

Version 3.7.4 is out.

Can you update the package ?

I've added a prepare function to download the go mod in the package context. Please review and update accordingly.

diff --git a/PKGBUILD b/PKGBUILD
index 7de5551..401872d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Yuki Okushi <huyuumi.dev@gmail.com>
 pkgname=pinact
-pkgver=3.4.2
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="CLI to pin GitHub Actions and Reusable Workflows to full hashes"
 arch=('x86_64' 'aarch64')
@@ -8,7 +8,13 @@ url="https://github.com/suzuki-shunsuke/pinact"
 license=('MIT')
 makedepends=('go')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2b47c1d6fee9b41a58e21d1d9452fae7434134637472e80e499490079922f389')
+sha256sums=('1b8fb25aac4ac3cf18db639bd0c013bdfb7fa3f17f92429fc0c5df592a23f632')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  go mod download
+}

barbuk commented on 2025-12-22 07:37 (UTC)

Hi !

The package is already flagged as out of date, but several new release are available since the flag.

Can you update it to version 3.6.0 ? https://github.com/suzuki-shunsuke/pinact/releases/tag/v3.6.0

diff --git a/PKGBUILD b/PKGBUILD
index 7de5551..52002b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Yuki Okushi <huyuumi.dev@gmail.com>
 pkgname=pinact
-pkgver=3.4.2
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="CLI to pin GitHub Actions and Reusable Workflows to full hashes"
 arch=('x86_64' 'aarch64')
@@ -8,7 +8,7 @@ url="https://github.com/suzuki-shunsuke/pinact"
 license=('MIT')
 makedepends=('go')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('2b47c1d6fee9b41a58e21d1d9452fae7434134637472e80e499490079922f389')
+sha256sums=('dd024b6cac128bcfc71c5f3c37261575e0b3ecb0a5cfa15c432f0edf1b70d1e7')