projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c9097
)
rclone: add fuse3-utils as dependency
author
Tianling Shen
<
[email protected]
>
Tue, 27 Feb 2024 16:39:15 +0000
(
00:39
+0800)
committer
Tianling Shen
<
[email protected]
>
Tue, 27 Feb 2024 16:42:32 +0000
(
00:42
+0800)
rclone has switched to use fuse3 since v1.62.0.
Reported-by: qiuzi <
[email protected]
>
Signed-off-by: Tianling Shen <
[email protected]
>
net/rclone/Makefile
patch
|
blob
|
history
diff --git
a/net/rclone/Makefile
b/net/rclone/Makefile
index 535e754c9c8c726ad4b3a16e58384445736cde36..2028f4f49bf9005a5bde1e0268e383f904c7a88c 100644
(file)
--- a/
net/rclone/Makefile
+++ b/
net/rclone/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=rclone
PKG_VERSION:=1.65.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/rclone/rclone/tar.gz/v$(PKG_VERSION)?
@@
-43,7
+43,7
@@
endef
define Package/rclone
$(call Package/rclone/Default)
- DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse-utils
+ DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse
3
-utils
USERID:=rclone:rclone
endef