diff options
author | Kali Kaneko <kali@leap.se> | 2018-04-11 14:40:52 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-04-11 16:40:13 +0200 |
commit | 22c9d163530a2b2aa0cb1c576b2c7e42d088e8bf (patch) | |
tree | 49e65e90e1c2dfe4acf719ef0f8d022a740e84d7 | |
parent | 0052c07c255d891564537d51a53667458dc0ee97 (diff) |
[pkg] bump epoch, we changed installers
-rw-r--r-- | snap/snapcraft.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3702bed0..7254a6c6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: riseup-vpn version: '0.10.5+git' -epoch: 1 +epoch: 2 summary: RiseupVPN, secure VPN. Powered by Bitmask. description: | RiseupVPN is an easy, fast, and secure VPN service from riseup.net. @@ -24,7 +24,6 @@ parts: - -usr/share/man bitmask: - #after: [gnome-3-26, desktop-gtk3] after: [desktop-gtk3] plugin: python python-version: python2 |