summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Spaite (Domspaite)2015-09-01 15:58:10 +0200
committerAlain Spaite (Domspaite)2015-09-01 15:58:10 +0200
commit122396256a36250cb9c827c97c2897ae1601b1ce (patch)
tree2f4951e7c97c2a5151177e63ae397f2f295265c3
parent8f9c18dda0a488100a10ea314240cc4f92349148 (diff)
downloadaur-122396256a36250cb9c827c97c2897ae1601b1ce.tar.gz
Update to 4.7.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--zulucrypt.changelog4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 711ee1b0ee5c..ce0f0b141b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zulucrypt
pkgdesc = a cli and gui frontend to cryptsetup.
- pkgver = 4.7.6
- pkgrel = 4
+ pkgver = 4.7.7
+ pkgrel = 1
url = http://mhogomchungu.github.io/zuluCrypt/
install = zulucrypt.install
changelog = zulucrypt.changelog
@@ -16,8 +16,8 @@ pkgbase = zulucrypt
optdepends = kdeutils-kwalletmanager: retrieve volume keys from kde kwallet
conflicts = zulucrypt-git
options = !buildflags
- source = https://github.com/mhogomchungu/zuluCrypt/releases/download/4.7.6/zuluCrypt-4.7.6.tar.bz2
- md5sums = 0870b0228a6e7d6cdc529d6e1047b0fd
+ source = https://github.com/mhogomchungu/zuluCrypt/releases/download/4.7.7/zuluCrypt-4.7.7.tar.bz2
+ md5sums = 7d166491967f8ee67876fcdf07d0f52e
pkgname = zulucrypt
diff --git a/PKGBUILD b/PKGBUILD
index bc84fc208559..53e7a07f03d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Created: 2013-03-17
# QT4 version
pkgname=zulucrypt
-pkgver=4.7.6
-pkgrel=4
+pkgver=4.7.7
+pkgrel=1
_altpkgname=zuluCrypt
pkgdesc="a cli and gui frontend to cryptsetup."
url="http://mhogomchungu.github.io/zuluCrypt/"
@@ -15,7 +15,7 @@ conflicts=('zulucrypt-git')
makedepends=('cmake')
options=('!buildflags')
source=("https://github.com/mhogomchungu/zuluCrypt/releases/download/${pkgver}/${_altpkgname}-${pkgver}.tar.bz2")
-md5sums=('0870b0228a6e7d6cdc529d6e1047b0fd')
+md5sums=('7d166491967f8ee67876fcdf07d0f52e')
changelog=${pkgname}.changelog
install=${pkgname}.install
diff --git a/zulucrypt.changelog b/zulucrypt.changelog
index ffdc5ddebc64..a2852d71d7e3 100644
--- a/zulucrypt.changelog
+++ b/zulucrypt.changelog
@@ -214,3 +214,7 @@ version 4.7.6
this plugin can be used when unlocking a volume requires a passphrase and a keyfile.
-- use "tcrypt" to refer to TrueCrypt volumes and "vcrypt" to refer to VeraCrypt volumes.
-- add ability to create VeraCrypt volumes.
+
+version 4.7.7
+-- add support for creating and opening VeraCrypt volumes that use dynamic mode.
+-- make zuluCrypt-gui window and zuluMount-gui window resizable with the new sizes surviving restarts.