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
Build and publish packages / build-and-publish (push) Successful in 19s
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
pkgbase = sshfsc-git
|
||||
pkgbase = sshfsc
|
||||
pkgdesc = Quickly mount remote systems via SSHFS based on your ssh_config
|
||||
pkgver = 0.1.0.r11.g4306170
|
||||
pkgver = 0.2.0
|
||||
pkgrel = 1
|
||||
url = https://gitea.moonarch.de/nevaforget/sshfs_connect
|
||||
arch = x86_64
|
||||
@@ -8,9 +8,9 @@ pkgbase = sshfsc-git
|
||||
makedepends = git
|
||||
makedepends = go
|
||||
depends = sshfs
|
||||
provides = sshfsc
|
||||
conflicts = sshfsc
|
||||
source = git+https://gitea.moonarch.de/nevaforget/sshfs_connect.git
|
||||
conflicts = sshfsc-git
|
||||
replaces = sshfsc-git
|
||||
source = git+https://gitea.moonarch.de/nevaforget/sshfs_connect.git#tag=v0.2.0
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = sshfsc-git
|
||||
pkgname = sshfsc
|
||||
|
||||
+7
-12
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user