summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd97560f1419..5f8016861c6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = keepassxc-git
pkgdesc = Cross-platform community-driven port of KeePass Password Safe
- pkgver = 2.6.3.r297.g12990e59
- pkgrel = 2
+ pkgver = 2.6.3.r325.g4f071035
+ pkgrel = 1
url = https://github.com/keepassxreboot/keepassxc
arch = i686
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = keepassxc-git
depends = zlib
depends = botan
provides = org.freedesktop.secrets
- provides = keepassxc=2.6.3.r297.g12990e59
+ provides = keepassxc=2.6.3.r325.g4f071035
conflicts = keepassxc
replaces = keepassx-http
replaces = keepassx-reboot-git
diff --git a/PKGBUILD b/PKGBUILD
index 0feedb253094..fc2206af7b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
pkgname=keepassxc-git
_gitname=keepassxc
-pkgver=2.6.3.r297.g12990e59
-pkgrel=2
+pkgver=2.6.3.r325.g4f071035
+pkgrel=1
pkgdesc="Cross-platform community-driven port of KeePass Password Safe"
arch=('i686' 'x86_64')
url="https://github.com/keepassxreboot/keepassxc"
@@ -43,7 +43,6 @@ build() {
-DCMAKE_VERBOSE_MAKEFILE=OFF \
-DWITH_GUI_TESTS=ON \
-DWITH_XC_ALL=ON \
- -DWITH_XC_KEESHARE_SECURE=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
make -C build
}