From 230e65313ae17aee03cf86011c74c48f82ec5284 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 4 Aug 2017 21:36:25 +0200 Subject: [PATCH] snapcraft: slighty improve buildfile (see #1188) --- snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index c26fa4ff0..317067586 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -9,14 +9,14 @@ grade: stable apps: rclone: - command: bin/rclone + command: usr/bin/rclone plugs: [home, network, network-bind, fuse-support] parts: rclone: - plugin: go + plugin: make source: https://github.com/ncw/rclone - source-tag: v1.36 + source-tag: v1.37 source-type: git - go-importpath: github.com/ncw/rclone + stage-packages: [fuse] build-packages: [gcc, libgudev-1.0-dev, fuse]