Package Details: qbittorrent-cli-bin 1.8.24012.1-1

Git Clone URL: https://aur.archlinux.org/qbittorrent-cli-bin.git (read-only, click to copy)
Package Base: qbittorrent-cli-bin
Description: Command line interface for remote qBittorrent instances
Upstream URL: https://github.com/fedarovich/qbittorrent-cli
Licenses: MIT
Submitter: IlyaZ
Maintainer: IlyaZ
Last Packager: IlyaZ
Votes: 6
Popularity: 0.000003
First Submitted: 2020-02-22 11:36 (UTC)
Last Updated: 2024-01-22 18:47 (UTC)

Dependencies (0)

Required by (0)

Sources (0)

Latest Comments

IlyaZ commented on 2022-05-16 18:41 (UTC)

@eNV25 Updated with your patch

eNV25 commented on 2022-05-15 07:00 (UTC)

Can you use net6 version? Current version doesn't work because icu dep is too old.

diff --git a/PKGBUILD b/PKGBUILD
index eccd695..424edc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,16 +15,15 @@ provides=()
 conflicts=()
 replaces=()
 backup=()
-options=(staticlibs)
+options=()
 install=
 changelog=
-source_x86_64=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-x64-${pkgver}.tar.gz")
-source_arm=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-arm-${pkgver}.tar.gz")
-source_aarch64=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-arm64-${pkgver}.tar.gz")
-sha256sums_x86_64=("a69813291f913ee09f0228c12c851959fba624e69e327bae281d7246574b0b06")
-sha256sums_arm=("5af88a7575b4b2b452c9ba1b778ad59e6c18668048da457775e1ab139cdd6c0a")
-sha256sums_aarch64=("28fe7cffb3d6cf0c342536e076d2e373d1630ae867247db83ef04ce92fb35937")
-
+source_x86_64=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-x64-net6-${pkgver}.tar.gz")
+source_arm=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-arm-net6-${pkgver}.tar.gz")
+source_aarch64=("https://github.com/fedarovich/qbittorrent-cli/releases/download/v${pkgver}/qbt-linux-arm64-net6-${pkgver}.tar.gz")
+sha256sums_x86_64=('0684b97d70fc1ae0758afcafa7e567442ebf0f4dc17b7b879d188571b3b38863')
+sha256sums_arm=('488c20a494d6f7a7eeb5f9143a69590a2adbc25ab38cd814983f583aad4137b6')
+sha256sums_aarch64=('932ce2cf46a6470bf1d49b913786492e67953df28ea70b1e91f5ee7c5babf8b3')

 package() {
    mkdir -p "$pkgdir/usr/lib/$pkgname"
@@ -33,5 +32,3 @@ package() {
    ln -s "/usr/lib/$pkgname/qbt" "$pkgdir/usr/bin/qbt"
 }

-
-

<deleted-account> commented on 2020-05-18 11:35 (UTC)

@Gameborn You can just use the arm builds on github. They work perfectly.

IlyaZ commented on 2020-04-28 12:15 (UTC) (edited on 2020-07-07 19:30 (UTC) by IlyaZ)

@QuantMint updated the package using .NET Core instead of binary releases with shipped mono. It now should work on any platform that supports .NET Core.

<deleted-account> commented on 2020-04-26 17:49 (UTC)

Can you add arm support?