diff options
Diffstat (limited to 'pcr/zulucrypt')
-rw-r--r-- | pcr/zulucrypt/PKGBUILD | 7 | ||||
-rw-r--r-- | pcr/zulucrypt/zulucrypt.changelog | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/pcr/zulucrypt/PKGBUILD b/pcr/zulucrypt/PKGBUILD index 3beb2a7f8..21683a01f 100644 --- a/pcr/zulucrypt/PKGBUILD +++ b/pcr/zulucrypt/PKGBUILD @@ -1,8 +1,8 @@ -# Contributor: Salan54 <salan at fremenil dot com> -# Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@hackers.camp> +# Contributor (Arch) : Salan54 <salan at fremenil dot com> +# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> pkgname=zulucrypt -pkgver=4.7.1 +pkgver=4.7.2 pkgrel=1 _altpkgname=zuluCrypt pkgdesc="a cli and gui frontend to cryptsetup." @@ -15,6 +15,7 @@ conflicts=('zulucrypt-git') makedepends=('cmake') options=('!buildflags') source=("https://github.com/mhogomchungu/zuluCrypt/releases/download/${pkgver}/${_altpkgname}-${pkgver}.tar.bz2") + changelog=${pkgname}.changelog install=${pkgname}.install diff --git a/pcr/zulucrypt/zulucrypt.changelog b/pcr/zulucrypt/zulucrypt.changelog index f69f7f5d4..dc4d6fc60 100644 --- a/pcr/zulucrypt/zulucrypt.changelog +++ b/pcr/zulucrypt/zulucrypt.changelog @@ -185,3 +185,6 @@ version 4.7.0 version 4.7.1 -- fix a build issue in gcc 4.9 + +version 4.7.2 +-- add support for opening TrueCrypt volumes using a passphrase together with one or more keyfiles. |