fix(sshfsc): commit no-suffix tag-build PKGBUILD (was not staged in f86d936 — git add aborted on stale sshfsc-git pathspec)
Build and publish packages / build-and-publish (push) Successful in 19s

This commit is contained in:
2026-06-10 21:01:17 +02:00
parent f86d936c9e
commit 1ddcda70e3
2 changed files with 13 additions and 18 deletions
+7 -12
View File
@@ -1,11 +1,11 @@
# ABOUTME: PKGBUILD for sshfsc — quick SSHFS mounter driven by ssh_config.
# ABOUTME: Builds from git source with automatic version detection.
# ABOUTME: Builds from a versioned git tag.
# Maintainer: Dominik Kressler
pkgname=sshfsc-git
pkgver=0.1.0.r11.g4306170
pkgrel=2
pkgname=sshfsc
pkgver=0.2.0
pkgrel=1
pkgdesc="Quickly mount remote systems via SSHFS based on your ssh_config"
arch=('x86_64')
url="https://gitea.moonarch.de/nevaforget/sshfs_connect"
@@ -17,16 +17,11 @@ makedepends=(
'git'
'go'
)
provides=('sshfsc')
conflicts=('sshfsc')
source=("git+${url}.git")
replaces=('sshfsc-git')
conflicts=('sshfsc-git')
source=("git+${url}.git#tag=v$pkgver")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/sshfs_connect"
git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./'
}
build() {
cd "$srcdir/sshfs_connect"
export CGO_CPPFLAGS="${CPPFLAGS}"