summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12022-02-28 03:28:30 +0800
committerChocobo12022-02-28 03:28:30 +0800
commite4e1cb03d5fea013c02ba1aef537ccac7dd5fb3f (patch)
treee76a182ba4a144d48f867877646c51abf7ef51a9 /PKGBUILD
parent6ae18cdc1984bd71329572a6e690cfb20d43e2b0 (diff)
downloadaur-e4e1cb03d5fea013c02ba1aef537ccac7dd5fb3f.tar.gz
upgpkg: fuse3-git 3.10.5.r6.g3c2ba7a-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf63800631d3..3c2724656454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=fuse3-git
-pkgver=3.10.4.r11.g9677eca
+pkgver=3.10.5.r6.g3c2ba7a
pkgrel=1
pkgdesc="The reference implementation of the Linux FUSE (Filesystem in userspace) interface"
arch=('i686' 'x86_64')
@@ -38,7 +38,7 @@ build() {
package() {
cd "libfuse"
- DESTDIR="$pkgdir" meson install -C "_build"
+ meson install -C "_build" --destdir "$pkgdir"
install -Dm644 "util/fuse.conf" -t "$pkgdir/etc"
# static device nodes are handled by udev