summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2024-03-29 00:01:33 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2024-03-30 23:08:11 -0400
commit35f1421cfdcda0137dcb0e45e20fc61897099129 (patch)
tree8ec459a59f56e3952fccec4f8168ba3653876b5d
parent95724f421288166a9acb2e4f64f7bc164e4c727f (diff)
zulucrypt: upgrade to v6.2.0
-rw-r--r--pcr/zulucrypt/PKGBUILD19
-rw-r--r--pcr/zulucrypt/zulucrypt.install9
2 files changed, 10 insertions, 18 deletions
diff --git a/pcr/zulucrypt/PKGBUILD b/pcr/zulucrypt/PKGBUILD
index 2a68a315b..972978b7d 100644
--- a/pcr/zulucrypt/PKGBUILD
+++ b/pcr/zulucrypt/PKGBUILD
@@ -2,25 +2,26 @@
# Created: 2013-03-17
# Maintainer: Aurélien Desbrières <aurelien@hackers.camp>
+
# parabola changes and rationale:
-# - added .install file to update desktop database
+# - added support for armv7h
+
pkgname=zulucrypt
-pkgver=5.4.0
+pkgver=6.2.0
pkgrel=1
_altpkgname=zuluCrypt
pkgdesc="A cli and gui frontend to cryptsetup"
-url="http://mhogomchungu.github.io/${_altpkgname}"
-arch=('x86_64' 'i686' 'armv7h')
+url="https://mhogomchungu.github.io/${_altpkgname}"
+arch=('x86_64' 'i686')
+arch+=('armv7h')
license=('GPL')
depends=('cryptsetup' 'qt5-base' 'libpwquality' 'libsecret' 'libxkbcommon-x11' )
optdepends=('kwalletmanager: retrieve volume keys from kde kwallet')
-conflicts=('zulucrypt-git')
makedepends=('cmake')
-source=("https://github.com/mhogomchungu/zuluCrypt/releases/download/${pkgver}/${_altpkgname}-${pkgver}.tar.bz2")
-md5sums=('420a7375229e52a2b8458ceb63ff9ee5')
-sha256sums=('6cb499a1e9ec0f23f9411b192df5260eda601ac33c836e17370de2a33876b3e8')
-install=${pkgname}.install
+source=("https://github.com/mhogomchungu/zuluCrypt/releases/download/${pkgver}/${_altpkgname}-${pkgver}.tar.xz")
+md5sums=('ca53ef782f84ac62d0e95ec0fc03ad1c')
+sha256sums=('090f3d561add1c5a5fc5158bf346155d43e2b42e7c47939a403ae2f8dcf8eaa3')
build() {
cd "${srcdir}/${_altpkgname}-${pkgver}"
diff --git a/pcr/zulucrypt/zulucrypt.install b/pcr/zulucrypt/zulucrypt.install
deleted file mode 100644
index 0113edd54..000000000
--- a/pcr/zulucrypt/zulucrypt.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-post_upgrade() {
- post_install
-}
-post_remove() {
- post_install
-}