summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake Barnes2019-10-30 10:46:12 +1100
committerJake Barnes2019-10-30 10:46:12 +1100
commit5797158707bf8e78218dc27ff5cf985ea66e8c13 (patch)
treec76370828e37fa92e68b1ff2e86195b3404d9811 /PKGBUILD
parentcc8122e1aade2d62ee1c9c475fc00b06d3c13fd1 (diff)
downloadaur-5797158707bf8e78218dc27ff5cf985ea66e8c13.tar.gz
Add provides and conficts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b120e945a9c4..467684b52692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,8 @@ pkgdesc="Input redirection client for the 3DS using QtGamepad"
arch=('x86_64')
url="https://github.com/TuxSH/InputRedirectionClient-Qt"
license=('MIT')
+provides=('input-redirection-client-qt')
+conflicts=('input-redirection-client-qt-git')
depends=('qt5-base' 'qt5-gamepad')
source=("https://github.com/TuxSH/InputRedirectionClient-Qt/archive/v$pkgver.tar.gz"
"input-redirection-client-qt.desktop")