summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2017-09-24 16:07:46 +0300
committerDaniel Landau2017-09-24 16:07:46 +0300
commit0fdba070013c3e5c7c0ad1efce4d140e7e4eb555 (patch)
tree8901aa2fdc673ee505b288a9c0a46bbf0c1ea433
parent67f29b3c3aec13692acb01ba1095615154587878 (diff)
downloadaur-0fdba070013c3e5c7c0ad1efce4d140e7e4eb555.tar.gz
Work around upstream bug
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b5aecbca546..80669814e1c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 18 10:04:07 UTC 2017
+# Sun Sep 24 13:07:28 UTC 2017
pkgbase = keepassxc-git
pkgdesc = A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way
- pkgver = 2.1.4.r428.gf817eaa5
+ pkgver = 2.2.0.r90.g8e8d9f39
pkgrel = 1
url = https://github.com/keepassxreboot/keepassxc
install = keepassxc.install
diff --git a/PKGBUILD b/PKGBUILD
index 2fcbcbd546c9..6694e14b06d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=keepassxc-git
_gitname=keepassxc
-pkgver=2.1.4.r428.gf817eaa5
+pkgver=2.2.0.r90.g8e8d9f39
pkgrel=1
pkgdesc="A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way"
arch=('i686' 'x86_64')
@@ -33,6 +33,7 @@ pkgver() {
prepare() {
cd "${_gitname}"
mkdir -p build
+ sed -i'' -e 's:/usr/local/share/man/:${CMAKE_INSTALL_MANDIR}:' src/cli/CMakeLists.txt
}
build() {