Skip to content

Commit

Permalink
Merge pull request #1134 from mariux64/update-keepassxc-2.4.1-to-2.4.3
Browse files Browse the repository at this point in the history
KeePassXC: Update from Version 2.4.1 to 2.4.3
  • Loading branch information
pmenzel authored Jun 17, 2019
2 parents 44a8518 + 9cd6b65 commit 3c62b05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions keepassxc.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION keepassxc-2.4.1-0
# BEE_VERSION keepassxc-2.4.3-0

SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar.gz keepassxc-2.4.1.tar.gz"
SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar.gz keepassxc-${PKGVERSION}.tar.gz"

# PATCHURL+=()

Expand All @@ -23,7 +23,8 @@ mee_configure() {
bee_configure -DQt5X11Extras_DIR=/usr/local/qt5/lib/cmake/Qt5X11Extras \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_XC_KEESHARE=ON \
-DKEEPASSXC_BUILD_TYPE=Release
-DKEEPASSXC_BUILD_TYPE=Release \
-DWITH_XC_BROWSER=ON
}

#mee_build() {
Expand Down

0 comments on commit 3c62b05

Please sign in to comment.