summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a924bc85b3aa..b459b074f2a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = qbittorrent-vuetorrent-bin
license = GPL3
optdepends = qbittorrent: for use with qbittorrent
optdepends = qbittorrent-nox: for use with qbittorrent-nox
+ provides = qbittorrent-vuetorrent
+ conflicts = qbittorrent-vuetorrent
source = vuetorrent-0.18.1.zip::https://github.com/WDaan/VueTorrent/releases/download/v0.18.1/vuetorrent.zip
sha512sums = bf857bd15ad850888adb952e44bf9d7f395767d326aef71e4f04042088cd8c902510594e7ef89b1dd905d729c0911e62fe94171219993989119c4dec2af5db29
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'