parent
7e20cd88fa
commit
1db9794297
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fuse3'
|
# Template file for 'fuse3'
|
||||||
pkgname=fuse3
|
pkgname=fuse3
|
||||||
version=3.10.1
|
version=3.10.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="fuse-${version}"
|
wrksrc="fuse-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -12,8 +12,10 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
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=d82d74d4c03e099f806e4bb31483955637c69226576bf0ca9bd142f1d50ae451
|
checksum=eb8373f208b05a39702f9f437f6e49caf4b1ace26a9acb68110b49912078560f
|
||||||
conf_files="/etc/fuse.conf"
|
conf_files="/etc/fuse.conf"
|
||||||
|
# Tests require root
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue