fuse3: update to 3.2.4.
This commit is contained in:
parent
1246e06d46
commit
a908ed365b
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'fuse3'
|
# Template file for 'fuse3'
|
||||||
pkgname=fuse3
|
pkgname=fuse3
|
||||||
version=3.2.3
|
version=3.2.4
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="fuse-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="--sbindir=bin"
|
configure_args="--sbindir=bin"
|
||||||
wrksrc="fuse-${version}"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="eudev-libudev-devel"
|
makedepends="eudev-libudev-devel"
|
||||||
short_desc="Filesystem in Userspace 3.x"
|
short_desc="Filesystem in Userspace 3.x"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/libfuse/libfuse"
|
homepage="https://github.com/libfuse/libfuse"
|
||||||
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
||||||
checksum=70375bbaedc0aef243164f9088edbe01719c13650cd65ff2242e97fd07df77d6
|
checksum=61fcd35939b7ede710fca6fd3c3f1dd76f2d267bf62b05d4f140ddedd225490a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
||||||
mv ${DESTDIR}/usr/share/man/man8/mount.fuse{,3}.8.gz
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fuse3-devel_package() {
|
fuse3-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue