From f4096612ec9650b471839d26b5a9172834c1ea6b Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 24 May 2017 22:52:37 +0200 Subject: [PATCH] Add conflicts/provides in subtitlecomposer-git --- subtitlecomposer/git/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subtitlecomposer/git/PKGBUILD b/subtitlecomposer/git/PKGBUILD index 90b8dc2c..a148b5c7 100644 --- a/subtitlecomposer/git/PKGBUILD +++ b/subtitlecomposer/git/PKGBUILD @@ -36,6 +36,9 @@ optdepends=('mplayer: MPlayer backend' 'ruby: scripting' 'python: scripting') +conflicts=($_name) +provides=($_name) + source=("git+https://github.com/maxrd2/${_name}.git") #source=("git+https://github.com/Martchus/${_name}.git") sha256sums=('SKIP')