summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-30 16:11:03 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-30 16:11:03 -0700
commit672b176d911ba87c89cb50df77827d116dce5540 (patch)
treefb26b0621d9bca48ebce23783e54d23e4a844483
parentUpdated to 2.6.4 (diff)
downloadkeepassxc-672b176d911ba87c89cb50df77827d116dce5540.tar.xz
Fix the config path
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 257efc3..6bba3ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _NETBUILD=OFF
pkgname=keepassxc
pkgver=2.6.4
-pkgrel=1
+pkgrel=1.2
pkgdesc="Cross-platform community-driven port of Keepass password manager"
arch=(x86_64)
url="https://keepassxc.org/"
@@ -37,7 +37,7 @@ validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
prepare() {
patch -d $pkgname-$pkgver -p1 -i ../keepassxc-quazip1.patch # Fix build with quazip 1
- sed 's|Exec=keepassxc %f|Exec=keepassxc --localconfig ~/.config/keepassxc/keepassxclocal.ini %f|' $srcdir/$pkgname-$pkgver/share/linux/org.keepassxc.KeePassXC.desktop
+ sed -i 's|Exec=keepassxc %f|Exec=keepassxc --localconfig ~/.config/keepassxc/keepassxc.ini %f|' $srcdir/$pkgname-$pkgver/share/linux/org.keepassxc.KeePassXC.desktop
}
build() {