summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Duerr2017-11-11 20:16:22 +0100
committerChristian Duerr2017-11-11 20:16:22 +0100
commit67c24f62cf039d19be398438535483d71d6a8a64 (patch)
tree99538772c4183519eafad3ed1c0296d5d412e4c7 /PKGBUILD
parent9dabbfc5e5bc5cf158a28bf4ee27156e11a0f624 (diff)
downloadaur-67c24f62cf039d19be398438535483d71d6a8a64.tar.gz
Add conflict with weechat
Since these both use the same binary name, the packages conflict. This has been added to the pkgbuild to make sure they aren't messing with each other.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9002691e00a4..f5cf206af03c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ license=('GPL')
depends=('gnutls' 'curl' 'libgcrypt')
makedepends=('git' 'cmake' 'perl' 'python3' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
optdepends=('perl' 'python3' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
+conflicts=("weechat")
source=("git+$url")
sha512sums=('SKIP')