aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAlexander Edland <s@ocv.me>2018-11-05 16:47:03 +0000
committerAndy Postnikov <apostnikov@gmail.com>2018-11-09 22:36:11 +0200
commit34312df3775d36955451b857948bd0d353cf98d2 (patch)
tree66351e7dd25d27682c147c0a4fdb0991995c8259 /testing
parent8fb6f6ed887728378ace62b3f1f3e6c3569f0659 (diff)
downloadaports-34312df3775d36955451b857948bd0d353cf98d2.tar.bz2
aports-34312df3775d36955451b857948bd0d353cf98d2.tar.xz
testing/keepassxc: remove corruption warning
Diffstat (limited to 'testing')
-rw-r--r--testing/keepassxc/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/keepassxc/APKBUILD b/testing/keepassxc/APKBUILD
index 9257c7d45f..269fb40c73 100644
--- a/testing/keepassxc/APKBUILD
+++ b/testing/keepassxc/APKBUILD
@@ -6,7 +6,7 @@
pkgname=keepassxc
pkgver=2.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="Community-driven port of the Windows application Keepass Password Safe"
url="https://keepassxc.org/"
arch="all"
@@ -23,7 +23,8 @@ build() {
cd "$builddir"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DCMAKE_BUILD_TYPE=Release .
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKEEPASSXC_BUILD_TYPE=Release .
make
}
package() {