Skip to content

Commit

Permalink
fix(x11/qbittorrent): Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 30, 2024
1 parent e84d696 commit 26cf291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x11-packages/qbittorrent/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ TERMUX_PKG_VERSION="5.0.0"
TERMUX_PKG_SRCURL=https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9a24a6b95e9afac826295b8203685a515b13e77eb98bb8ed21c814916b999f6e
TERMUX_PKG_FORCE_CMAKE=true
TERMUX_PKG_DEPENDS="libicu, libtorrent-rasterbar, openssl, qt6-qtbase"
TERMUX_PKG_BUILD_DEPENDS="qt6-qttools, qt6-qtsvg, boost, libc++"
TERMUX_PKG_DEPENDS="libc++, libtorrent-rasterbar, openssl, qt6-qtbase, zlib"
TERMUX_PKG_BUILD_DEPENDS="qt6-qttools, qt6-qtsvg, boost"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE=newest-tag
TERMUX_PKG_UPDATE_VERSION_REGEXP='\d+\.\d+\.\d+'
Expand Down
2 changes: 1 addition & 1 deletion x11-packages/qbittorrent/qbittorrent-nox.subpackage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
TERMUX_SUBPKG_INCLUDE='bin/qbittorrent-nox share/man/man1/qbittorrent-nox.1.gz'
TERMUX_SUBPKG_DESCRIPTION='A Qt based BitTorrent client - headless version'
TERMUX_SUBPKG_DEPENDS='libicu, libtorrent-rasterbar, openssl, qt6-qtbase'
TERMUX_SUBPKG_DEPENDS='libc++, libtorrent-rasterbar, openssl, qt6-qtbase, zlib'

0 comments on commit 26cf291

Please sign in to comment.