summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-08-13 23:36:15 -0500
committerBao Trinh2023-08-13 23:36:15 -0500
commit65097f9f7a484539b3a073b0f67302ed069c5f42 (patch)
tree8888ed674c0206f1788833c3b80f2775f946f75a
parentc48d4e045f2128a14a6c6cfd42104de8b029e12d (diff)
downloadaur-65097f9f7a484539b3a073b0f67302ed069c5f42.tar.gz
change dependency to dotnet-runtime-6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fbe61e98cb2..3d28390ecc5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qbittorrent-cli
- pkgdesc = Command line interface for QBittorrent
+ pkgdesc = Command line interface for qBittorrent
pkgver = 1.7.23016.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/fedarovich/qbittorrent-cli
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = qbittorrent-cli
arch = aarch64
license = MIT
makedepends = dotnet-sdk-6.0
- depends = dotnet-runtime>=6.0
+ depends = dotnet-runtime-6.0
options = !strip
source = qbittorrent-cli-1.7.23016.1.tar.gz::https://github.com/fedarovich/qbittorrent-cli/archive/refs/tags/v1.7.23016.1.tar.gz
sha256sums = ff5c53b50383c0eb478d485981556ed350645f8e8bf380630b1b0c7d3794cf32
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')