From 19fef019edc909b12db3fa9f00955cd364f4e9e5 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 22 Jan 2017 10:40:24 -0800 Subject: [PATCH] Updated snapcraft file for release --- snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 22462aa85..5a97a38a1 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,6 @@ name: keepassxc -version: develop +version: 2.1.0 +grade: stable summary: community driven port of the windows application “Keepass Password Safe” description: | KeePassXC is an application for people with extremly high demands on secure @@ -19,10 +20,10 @@ parts: configflags: - -DCMAKE_BUILD_TYPE=Release - -DWITH_TESTS=OFF + - -DWITH_XC_AUTOTYPE=ON build-packages: - g++ - libgcrypt20-dev - - libmicrohttpd-dev - libqt5x11extras5-dev - qtbase5-dev - qttools5-dev