summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-02-28 13:18:35 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-02-28 13:18:35 -0800
commit3ed8c15bb6c32637a260c5aa01dba636dd3d7416 (patch)
treeaca93e990ffa4e60b82a510fbef8e6679d362220
parentpkgrel (diff)
downloadkeepassxc-3ed8c15bb6c32637a260c5aa01dba636dd3d7416.tar.xz
Updated to 2.3.0
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b43dee9..e597cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=keepassxc
-pkgver=2.2.4
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc="Cross-platform community-driven port of Keepass password manager"
arch=(x86_64 i686)
url="https://keepassxc.org/"
license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras)
+depends=(hicolor-icon-theme libgcrypt argon2 libxtst qt5-x11extras)
makedepends=(cmake qt5-tools)
source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('e52fa32cb39af3c64ddd651481b7963b1206830687fb7d4c9f20ad5d6ac0d3dd'
+sha256sums=('ec5858daeaa05386a614b799d5daf01c634205844647e2f9d25aaf655d2adbec'
'SKIP')
validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release <release@keepassxc.org>
@@ -24,17 +24,13 @@ build() {
cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DWITH_XC_AUTOTYPE=ON \
- -DWITH_XC_HTTP=OFF \
- -DWITH_XC_YUBIKEY=OFF
+ -DCMAKE_INSTALL_LIBDIR=lib
make
}
check() {
cd build
- # Broken on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
- make test || :
+ make test
}
package() {