Make recommended fixes
This commit is contained in:
@@ -4,9 +4,9 @@ pkgrel=1
|
|||||||
pkgdesc="A fast, modern web interface for qBittorrent"
|
pkgdesc="A fast, modern web interface for qBittorrent"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/autobrr/qui"
|
url="https://github.com/autobrr/qui"
|
||||||
license=('GPL')
|
license=('GPL-2.0-or-later')
|
||||||
makedepends=('git' 'go>=1.25' 'nodejs' 'pnpm')
|
makedepends=('git' 'go>=1.25' 'nodejs' 'pnpm')
|
||||||
source=("$url/archive/refs/tags/v$pkgver.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz"
|
||||||
"$pkgname.service"
|
"$pkgname.service"
|
||||||
"$pkgname.sysusers"
|
"$pkgname.sysusers"
|
||||||
"$pkgname.tmpfiles")
|
"$pkgname.tmpfiles")
|
||||||
@@ -47,10 +47,9 @@ build() {
|
|||||||
go build -o build ./cmd/...
|
go build -o build ./cmd/...
|
||||||
|
|
||||||
# Generate shell completions
|
# Generate shell completions
|
||||||
cd ..
|
"build/$pkgname" completion bash > bash_completion
|
||||||
"$pkgname-$pkgver/build/$pkgname" completion bash > bash_completion
|
"build/$pkgname" completion zsh > zsh_completion
|
||||||
"$pkgname-$pkgver/build/$pkgname" completion zsh > zsh_completion
|
"build/$pkgname" completion fish > fish_completion
|
||||||
"$pkgname-$pkgver/build/$pkgname" completion fish > fish_completion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
u qui - "qui user" /var/lib/qui
|
u! qui - "qui user" /var/lib/qui
|
||||||
|
|||||||
Reference in New Issue
Block a user