Search Criteria
Package Details: qbittorrent-enhanced-ua 5.1.3.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-3.0-or-later, GPL-2.0-or-later |
| Conflicts: | qbittorrent |
| Provides: | qbittorrent |
| Submitter: | Hanabishi |
| Maintainer: | Hanabishi |
| Last Packager: | Hanabishi |
| Votes: | 7 |
| Popularity: | 0.008020 |
| First Submitted: | 2021-12-20 13:41 (UTC) |
| Last Updated: | 2025-11-15 16:54 (UTC) |
Dependencies (13)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-1AUR, libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-svg
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt6-svg (make)
- qt6-tools (make)
- python (optional) – needed for torrent search tab
Required by (35)
- autoanimedownloader-bin (requires qbittorrent)
- autobrr (requires qbittorrent) (optional)
- lidarr (requires qbittorrent) (optional)
- lidarr-bin (requires qbittorrent) (optional)
- lidarr-develop (requires qbittorrent) (optional)
- lidarr-develop-bin (requires qbittorrent) (optional)
- lidarr-git (requires qbittorrent) (optional)
- lidarr-nightly-bin (requires qbittorrent) (optional)
- lidarr-plugins (requires qbittorrent) (optional)
- lidarr-plugins-bin (requires qbittorrent) (optional)
- mylar3 (requires qbittorrent) (optional)
- nodejs-cross-seed (requires qbittorrent) (optional)
- prowlarr (requires qbittorrent) (optional)
- prowlarr-bin (requires qbittorrent) (optional)
- prowlarr-develop (requires qbittorrent) (optional)
- prowlarr-develop-bin (requires qbittorrent) (optional)
- prowlarr-nightly-bin (requires qbittorrent) (optional)
- qbittorrent-nightwalker (requires qbittorrent) (optional)
- qbittorrent-vuetorrent-bin (requires qbittorrent) (optional)
- radarr (requires qbittorrent) (optional)
- Show 15 more...
Latest Comments
1 2 Next › Last »
Hanabishi commented on 2025-05-17 13:54 (UTC)
Upstream retagged the release. https://github.com/c0re100/qBittorrent-Enhanced-Edition/activity
Fixed checksums in
-2.lapsus commented on 2025-05-17 13:44 (UTC)
escape0707 commented on 2024-04-03 12:28 (UTC)
Oh, yes. I made a very dumb mistake lol. After you pointed it out, it seems so obvious now... Thank you!
Hanabishi commented on 2024-04-03 12:25 (UTC) (edited on 2024-04-03 12:26 (UTC) by Hanabishi)
Of course it doesn't work, because the syntax is wrong. Type
echo "$((nproc / 2 - 1))"into your shell and see the output.It should be
$(($(nproc) / 2 - 1)).nprocis an executable.escape0707 commented on 2024-04-03 12:18 (UTC)
Sorry, I think it's caused by one of my changes to
MAKEFLAGSpreviously. I wanted to useMAKEFLAGS="-j $((nproc / 2 - 1))"to calculate core counts on my different machines, but it seems that cmake can't be used with this? Anyway, I'll use$nprocnow.Hanabishi commented on 2024-04-03 12:11 (UTC)
No idea. Check your
MAKEFLAGSI guess. Try a clean build usingmakepkgmanually.escape0707 commented on 2024-04-03 11:49 (UTC)
I'm getting a build error now
May I ask what could be the cause of it?
Hanabishi commented on 2023-03-05 11:29 (UTC)
@bkb, this is a patched version of upstream, no binaries avaliable.
You can use chaotic-aur or something.
bkb commented on 2023-03-05 10:53 (UTC)
Create
qbittorrent-enhanced-ua-binHanabishi commented on 2023-02-17 08:40 (UTC)
Yeah, it changed somehow. Fixed.
1 2 Next › Last »