From c02203bd917a5ccaa6afc3fc50d314c9011386ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 1 Nov 2017 21:57:15 +0100 Subject: testing/fuse3: conflict with main/fuse At least for now. It is only necessary because the OpenRC script and the configuration file have the same name. --- testing/fuse3/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/fuse3') diff --git a/testing/fuse3/APKBUILD b/testing/fuse3/APKBUILD index 74a771e8e3..0ffa325e74 100644 --- a/testing/fuse3/APKBUILD +++ b/testing/fuse3/APKBUILD @@ -2,11 +2,12 @@ pkgname=fuse3 _pkgname=fuse pkgver=3.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="The reference implementation of the Linux FUSE (Filesystem in Userspace) interface" url="https://github.com/libfuse/libfuse/" arch="all" license="GPL2" +depends="!fuse" makedepends="gettext-dev linux-headers meson eudev-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/libfuse/libfuse/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.tar.xz -- cgit v1.2.3