summaryrefslogtreecommitdiff
path: root/veracrypt/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-07 13:32:17 +0000
committerB. Stack <bgstack15@gmail.com>2021-12-07 13:32:17 +0000
commit2ad428782eb716d18320164ad94da61a618c8146 (patch)
tree8c9842c92bcfc63707272f8a53319fff70ed38da /veracrypt/debian/control
parentMerge branch 'move-to-next-monitor-bump' into 'master' (diff)
parentuse libfuse3-dev (diff)
downloadstackrpms-2ad428782eb716d18320164ad94da61a618c8146.tar.gz
stackrpms-2ad428782eb716d18320164ad94da61a618c8146.tar.bz2
stackrpms-2ad428782eb716d18320164ad94da61a618c8146.zip
Merge branch 'veracrypt-bump' into 'master'
Veracrypt 1.25.4 See merge request bgstack15/stackrpms!275
Diffstat (limited to 'veracrypt/debian/control')
-rw-r--r--veracrypt/debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/veracrypt/debian/control b/veracrypt/debian/control
index 3c964b9..db1dc3e 100644
--- a/veracrypt/debian/control
+++ b/veracrypt/debian/control
@@ -4,12 +4,12 @@ Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12),
libayatana-appindicator3-dev | libappindicator3-dev,
- libfuse-dev,
+ libfuse3-dev,
libwxgtk3.0-gtk3-dev,
pkg-config,
yasm [any-i386 any-amd64]
Rules-Requires-Root: no
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Homepage: https://veracrypt.fr/
Package: veracrypt
bgstack15