@bkb, this is a patched version of upstream, no binaries avaliable.
You can use chaotic-aur or something.
Search Criteria
Package Details: qbittorrent-enhanced-ua 4.5.5.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qbittorrent-enhanced-ua.git (read-only, click to copy) |
---|---|
Package Base: | qbittorrent-enhanced-ua |
Description: | An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar (Enhanced Edition with original user-agent) |
Upstream URL: | https://github.com/c0re100/qBittorrent-Enhanced-Edition |
Licenses: | GPL, custom |
Conflicts: | qbittorrent |
Provides: | qbittorrent |
Submitter: | Hanabishi |
Maintainer: | Hanabishi |
Last Packager: | Hanabishi |
Votes: | 4 |
Popularity: | 0.45 |
First Submitted: | 2021-12-20 13:41 (UTC) |
Last Updated: | 2023-08-31 16:15 (UTC) |
Dependencies (9)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libtorrent-rasterbar (libtorrent-rasterbar-git, libtorrent-rasterbar-1_2-git, libtorrent-rasterbar-1_1-git, libtorrent-rasterbar-1, libtorrent-rasterbar-2_0-git)
- qt6-base (qt6-base-git, qt6-base-headless)
- qt6-svg
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- qt6-svg (make)
- qt6-tools (make)
- python (python36, python32, python37, python39, python38, python310, python312) (optional) – needed for torrent search tab
Required by (18)
- autobrr (requires qbittorrent) (optional)
- lidarr (requires qbittorrent) (optional)
- lidarr-develop (requires qbittorrent) (optional)
- lidarr-git (requires qbittorrent) (optional)
- lidarr-nightly (requires qbittorrent) (optional)
- lxqt-kwin-desktop-git (requires qbittorrent) (optional)
- nodejs-cross-seed (requires qbittorrent) (optional)
- qbittorrent-vuetorrent-bin (requires qbittorrent) (optional)
- radarr (requires qbittorrent) (optional)
- radarr-develop (requires qbittorrent) (optional)
- radarr-nightly (requires qbittorrent) (optional)
- readarr-develop (requires qbittorrent) (optional)
- readarr-nightly (requires qbittorrent) (optional)
- sonarr (requires qbittorrent) (optional)
- sonarr-develop (requires qbittorrent) (optional)
- tqm (requires qbittorrent) (optional)
- watcher3 (requires qbittorrent) (optional)
- whisparr-nightly (requires qbittorrent) (optional)
Sources (2)
Latest Comments
Hanabishi commented on 2023-03-05 11:29 (UTC)
bkb commented on 2023-03-05 10:53 (UTC)
Create qbittorrent-enhanced-ua-bin
Hanabishi commented on 2023-02-17 08:40 (UTC)
Yeah, it changed somehow. Fixed.
sommio commented on 2023-02-17 02:07 (UTC)
Please update sha256sum
, thanks!
Hanabishi commented on 2022-06-07 09:47 (UTC)
Made an option to disable Qt6.
Set USE_QT6
variable to OFF
. For example:
$ USE_QT6=OFF makepkg -si
Hanabishi commented on 2022-01-15 09:24 (UTC)
@escape0707, fixed.
escape0707 commented on 2022-01-15 04:54 (UTC) (edited on 2022-01-15 04:56 (UTC) by escape0707)
makedepends
missing cmake
.
Edit: it's because .SRCINFO
is not updated.
Pinned Comments
Hanabishi commented on 2022-06-07 09:47 (UTC)
Made an option to disable Qt6.
Set
USE_QT6
variable toOFF
. For example: