summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRussell Greene2019-07-14 13:21:29 -0600
committerRussell Greene2019-07-14 13:21:29 -0600
commit8eab9022f8f382d8c05780ebc204a1b2e005cea6 (patch)
treef25c0680f09072337e40fd178e34020dd624514c /PKGBUILD
parent1060be1a8557ece8aa7e23731c76cb33c6ff5385 (diff)
downloadaur-chigraph-git.tar.gz
Fix conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13100ba74780..643773e54408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
pkgdesc="A visual programming language"
url='https://github.com/chigraph/chigraph'
-conflicts=("chigraph-git")
+conflicts=("chigraph")
depends=('libgit2' 'llvm-libs' 'lldb' 'boost-libs')
makedepends=('cmake' 'boost' 'llvm' 'clang')