summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBao Trinh2023-08-13 23:36:15 -0500
committerBao Trinh2023-08-13 23:36:15 -0500
commit65097f9f7a484539b3a073b0f67302ed069c5f42 (patch)
tree8888ed674c0206f1788833c3b80f2775f946f75a /PKGBUILD
parentc48d4e045f2128a14a6c6cfd42104de8b029e12d (diff)
downloadaur-65097f9f7a484539b3a073b0f67302ed069c5f42.tar.gz
change dependency to dotnet-runtime-6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38d9f539d0c4..9caf3f675d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=qbittorrent-cli
pkgver=1.7.23016.1
-pkgrel=2
-pkgdesc='Command line interface for QBittorrent '
+pkgrel=3
+pkgdesc='Command line interface for qBittorrent'
arch=('i686' 'x86_64' 'arm' 'aarch64')
url="https://github.com/fedarovich/qbittorrent-cli"
license=('MIT')
-depends=('dotnet-runtime>=6.0')
+depends=('dotnet-runtime-6.0')
makedepends=('dotnet-sdk-6.0')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('ff5c53b50383c0eb478d485981556ed350645f8e8bf380630b1b0c7d3794cf32')