diff options
author | Alexander Edland <s@ocv.me> | 2018-11-05 16:48:10 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-09 22:36:11 +0200 |
commit | a568a60c65f514f1619207eb224789b87f6b98a5 (patch) | |
tree | 3cf47c6364f886e2065c7a8a9d488184ef563302 /testing/keepassxc | |
parent | 34312df3775d36955451b857948bd0d353cf98d2 (diff) | |
download | aports-a568a60c65f514f1619207eb224789b87f6b98a5.tar.bz2 aports-a568a60c65f514f1619207eb224789b87f6b98a5.tar.xz |
testing/keepassxc: upgrade to 2.3.4
Diffstat (limited to 'testing/keepassxc')
-rw-r--r-- | testing/keepassxc/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/keepassxc/APKBUILD b/testing/keepassxc/APKBUILD index 269fb40c73..7b3e6e51f9 100644 --- a/testing/keepassxc/APKBUILD +++ b/testing/keepassxc/APKBUILD @@ -5,8 +5,8 @@ # Maintainer: Orson Teodoro <orsonteodoro@hotmail.com> pkgname=keepassxc -pkgver=2.3.1 -pkgrel=1 +pkgver=2.3.4 +pkgrel=0 pkgdesc="Community-driven port of the Windows application Keepass Password Safe" url="https://keepassxc.org/" arch="all" @@ -14,7 +14,7 @@ license="GPL-3.0 BSD-3-Clause CC0-1.0 LGPL-2.0-only LGPL-2.1-only \ LGPL-3.0-or-later Nokia-Qt-exception-1.1 MIT BSL-1.0" depends="icu-libs" makedepends="cmake qt5-qtbase-dev qt5-qttools-dev libxtst-dev \ - qt5-x11extras-dev libgcrypt-dev libgpg-error-dev argon2-dev zlib-dev" + qt5-qtx11extras-dev libgcrypt-dev libgpg-error-dev argon2-dev zlib-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/keepassxreboot/$pkgname/archive/$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver subpackages="$pkgname-doc" @@ -44,4 +44,4 @@ check() { make test } -sha512sums="42f21366bacfac856a7d339c1e2dc6a52e1c5a6b06c5fd5215f69cf26e5d07a956ebf651101e336fe93d13afc136b9bc89b5c97c24e86862bfa351aa30f6b1d1 keepassxc-2.3.1.tar.gz" +sha512sums="630d4d1f77c44c27f3d27a1908c80a94265af9aae8774d80726f86f635eee6a10d8a426b0157ad03efe9f5111d7d67f5c785962ec3715c8374b9f38788fab863 keepassxc-2.3.4.tar.gz" |