summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2016-10-28 21:46:04 +0300
committerTudor Roman2016-10-28 21:46:04 +0300
commit19e2e84346a59c551f51a0ce20670f56733c08ee (patch)
treeace00dc0e958773f58fbbc4968e5e260c44053c8
parent12fb985af924c216b4e2489733c3aed3c579b2c5 (diff)
downloadaur-19e2e84346a59c551f51a0ce20670f56733c08ee.tar.gz
added conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8cb5f242e1..ee1cc43c8661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = windowchef-git
optdepends = sxhkd
optdepends = wmutils-git
optdepends = lemonbar
- provides = windowchef
+ conflicts = windowchef
source = windowchef-git::git+https://github.com/tudurom/windowchef.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ce7a5eda9c7c..1ed34d3cb0d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('ISC')
depends=("libxcb" "xcb-util-wm")
makedepends=("git")
optdepends=("sxhkd" "wmutils-git" "lemonbar")
-provides=("windowchef")
+conflicts=('windowchef')
source=("$pkgname::git+https://github.com/tudurom/windowchef.git")
md5sums=("SKIP")