Package Details: fuse-nx-git v1.1.r12.gd2c2f14-1

Git Clone URL: https://aur.archlinux.org/fuse-nx-git.git (read-only, click to copy)
Package Base: fuse-nx-git
Description: Mount Nintendo Switch archives through FUSE
Upstream URL: https://github.com/averne/Fuse-Nx
Licenses: GPL3
Provides: fuse-nx
Submitter: averne
Maintainer: averne
Last Packager: averne
Votes: 0
Popularity: 0.000000
First Submitted: 2020-09-26 07:42 (UTC)
Last Updated: 2021-07-11 11:30 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

lowercase commented on 2021-02-16 16:21 (UTC)

This PKGBUILD is missing the fuse3 make/runtime dependency. pkgver() did not work as well. This diff fixes the build for me:

diff --git a/PKGBUILD b/PKGBUILD
index c04d54b..6ae4135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
 # Maintainer: averne <averne381@gmail.com>
 pkgname=fuse-nx-git
-pkgver=1.0.0
+_pkgver=v1.0.0
+pkgver=v1.0.0.0.g985c73b
 pkgrel=1
 pkgdesc="Mount Nintendo Switch archives through FUSE"
 arch=("i686" "pentium4" "x86_64" "arm" "armv7h" "armv6h" "aarch64")
 url="https://github.com/averne/Fuse-Nx"
 license=("GPL3")
-makedepends=("git" "meson" "libgcrypt")
+makedepends=("git" "meson" "libgcrypt" "fuse3")
 provides=("fuse-nx")
-source=("git+https://github.com/averne/Fuse-Nx.git")
+source=("git+https://github.com/averne/Fuse-Nx.git#tag=${_pkgver}")
 md5sums=("SKIP")

 pkgver() {