summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2022-08-26 12:36:04 +0200
committerFrancesco Minnocci2022-08-26 12:36:04 +0200
commit7d1461916bf5d254d7c58525ee9ecbef2e3f4365 (patch)
tree1eecf793544667e3a43893392a68b9edd1b00a6b /PKGBUILD
parent9fca11d9d4780e7dca59a2a5e22ab7151cad0105 (diff)
downloadaur-7d1461916bf5d254d7c58525ee9ecbef2e3f4365.tar.gz
Minor fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bf9e1a2d9d9..e6de980d6500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-# TODO
# Maintainer: Francesco Minnocci <ascoli dot minnocci at gmail dot com>
# Contributor: Falk Höppner <falk hoppner se>
@@ -10,6 +9,8 @@ pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!'
arch=('any')
url='https://github.com/WDaan/VueTorrent'
license=('GPL3')
+provides=("qbittorrent-${_pkgname}")
+conflicts=("qbittorrent-${_pkgname}")
optdepends=(
'qbittorrent: for use with qbittorrent'
'qbittorrent-nox: for use with qbittorrent-nox'