summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2022-03-02 20:13:24 +0800
committerChih-Hsuan Yen2022-03-02 20:13:24 +0800
commitb30a774addaa2cd1431a9f13d09ed8b83b3e699c (patch)
tree8b48185fcd0b960c56c545852acc292b4b99d720
parent9f18d914cc73f3210ff18d4db4661625b81b95d9 (diff)
downloadaur-b30a774addaa2cd1431a9f13d09ed8b83b3e699c.tar.gz
cleanups
See: https://github.com/archlinuxcn/repo/commit/77119ced4ee4095c5495442e276837dd6f8cc4fd https://github.com/keepassxreboot/keepassxc/pull/7223
-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
}