summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12022-11-20 03:45:25 +0800
committerChocobo12022-11-20 03:45:25 +0800
commit678de9a3fda32e87d06696b4fb27fe267396b4ec (patch)
tree2ceff6bd9f60cac4dd2acb0507a7888677129e4b /PKGBUILD
parente4e1cb03d5fea013c02ba1aef537ccac7dd5fb3f (diff)
downloadaur-fuse3-git.tar.gz
upgpkg: fuse3-git 3.12.0.r2.g7776639-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c2724656454..a5329433d0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=fuse3-git
-pkgver=3.10.5.r6.g3c2ba7a
+pkgver=3.12.0.r2.g7776639
pkgrel=1
pkgdesc="The reference implementation of the Linux FUSE (Filesystem in userspace) interface"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/libfuse/libfuse"
license=('GPL2' 'LGPL')
depends=('glibc')
makedepends=('git' 'meson' 'pkgconf' 'udev')
-provides=('fuse3' 'fuse-common')
+provides=("fuse3=$pkgver" 'fuse-common')
conflicts=('fuse3' 'fuse-common')
options=('staticlibs')
backup=('etc/fuse.conf')
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd "libfuse"
- meson \
+ meson setup \
--buildtype=plain \
--prefix="/usr" \
--sbindir="bin" \