summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkhsjdhjs2022-05-16 15:26:26 +0200
committerjkhsjdhjs2022-05-16 15:43:50 +0200
commit19d78704b6af84d197baedc2d1d9b17feee26cc1 (patch)
tree9e742674f1102f8f73c628da306476f6cfa01f98
parent0459f0146ed7b59e6589c1771a2120290b06ff90 (diff)
downloadaur-19d78704b6af84d197baedc2d1d9b17feee26cc1.tar.gz
remove rustdesk-bin and rustdesk-git from conflicts
...because just 'rustdesk' is enough to conflict the other packages which also provide 'rustdesk'
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e1252166291..a73309c4e8e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/rustdesk/rustdesk"
license=('GPL3')
provides=("${pkgname%-bin}")
-conflicts=("${pkgname}" "${pkgname%-bin}" "${pkgname/bin/git}")
+conflicts=("${pkgname%-bin}")
# TODO: add dep on libsciter-gtk, remove libsciter-gtk.so from this package
depends=('gtk3' 'xdotool' 'libxcb' 'libxfixes' 'alsa-lib' 'pulseaudio')
options=('!strip')