Skip to content

Commit

Permalink
pass-otp: Remove dependency on debianutils
Browse files Browse the repository at this point in the history
which should not be needed after commit cc4b45d.

%ci:no-build
  • Loading branch information
xtkoba committed May 3, 2023
1 parent 61bf505 commit c3b4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pass-otp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://github.com/tadfisher/pass-otp/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="debianutils, oathtool, pass"
TERMUX_PKG_DEPENDS="oathtool, pass"
TERMUX_PKG_SUGGESTS="libqrencode"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
Expand Down

0 comments on commit c3b4c38

Please sign in to comment.