Skip to content

Commit

Permalink
upd(keepassxc): 2.7.5 -> 2.7.6 (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 22, 2023
1 parent b5a5e8d commit 0a52dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/keepassxc/keepassxc.pacscript
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name="keepassxc"
pkgver="2.7.5"
pkgver="2.7.6"
pkgdesc="Cross-platform community-driven port of Keepass password manager"
repology=("project: keepassxc")
url="https://github.com/keepassxreboot/keepassxc/releases/download/${pkgver}/keepassxc-${pkgver}-src.tar.xz"
hash="ede24800901816c49569aa4f8bc7180a40cb8b554617fa2a2a2653caac13000c"
hash="a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670"
maintainer="Marie Piontek <[email protected]>"
gives="org.freedesktop.secrets"
breaks=("${name}" "${name}-bin" "${name}-git" "${name}-deb")
Expand All @@ -20,7 +20,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DWITH_XC_ALL=ON \
-DWITH_XC_UPDATECHECK=OFF
cmake --build build
cmake --build build --parallel ${NCPU}
}

package() {
Expand Down

0 comments on commit 0a52dd7

Please sign in to comment.