summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9facd4f9439a..90cb4f036d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fuse3-git
pkgdesc = The reference implementation of the Linux FUSE (Filesystem in userspace) interface
- pkgver = 3.10.5.r6.g3c2ba7a
+ pkgver = 3.12.0.r2.g7776639
pkgrel = 1
url = https://github.com/libfuse/libfuse
arch = i686
@@ -12,7 +12,7 @@ pkgbase = fuse3-git
makedepends = pkgconf
makedepends = udev
depends = glibc
- provides = fuse3
+ provides = fuse3=3.12.0.r2.g7776639
provides = fuse-common
conflicts = fuse3
conflicts = fuse-common
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" \