From c6c0bf15522cb94ae679e15943b19902c3f15a70 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Sat, 25 Apr 2026 14:28:24 +0200 Subject: [PATCH] chore(sshfsc-git): bump pkgrel to 2 to retrigger build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initial sshfsc-git build (run #150, 2026-04-19) failed with 'go: command not found' — at that point the workflow did not yet install makedepends. Workflow now reads makedepends from PKGBUILD and installs them via pacman before makepkg, so a fresh trigger should succeed. --- sshfsc-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshfsc-git/PKGBUILD b/sshfsc-git/PKGBUILD index 4cf4eb4..cc5047b 100644 --- a/sshfsc-git/PKGBUILD +++ b/sshfsc-git/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sshfsc-git pkgver=0.1.0.r2.gba89562 -pkgrel=1 +pkgrel=2 pkgdesc="Quickly mount remote systems via SSHFS based on your ssh_config" arch=('x86_64') url="https://gitea.moonarch.de/nevaforget/sshfs_connect"