Skip to content

Commit

Permalink
Merge pull request #1461 from mariux64/update-keepassxc-250
Browse files Browse the repository at this point in the history
keepassxc: update to 2.5.0
  • Loading branch information
david authored Nov 7, 2019
2 parents 033c250 + e0106ab commit bd85876
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions keepassxc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION keepassxc-2.4.3-0
# BEE_VERSION keepassxc-2.5.0-0

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

Expand All @@ -20,11 +20,12 @@ SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar
#}

mee_configure() {
bee_configure -DQt5X11Extras_DIR=/usr/local/qt5/lib/cmake/Qt5X11Extras \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_XC_KEESHARE=ON \
-DKEEPASSXC_BUILD_TYPE=Release \
-DWITH_XC_BROWSER=ON
bee_configure \
-DQt5X11Extras_DIR=/usr/local/qt5/lib/cmake/Qt5X11Extras \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_XC_KEESHARE=ON \
-DKEEPASSXC_BUILD_TYPE=Release \
-DWITH_XC_BROWSER=ON
}

#mee_build() {
Expand Down

0 comments on commit bd85876

Please sign in to comment.