summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Roman2016-10-28 21:45:26 +0300
committerTudor Roman2016-10-28 21:45:26 +0300
commit44d85e34ce9b3c052771933a0588043efc02b815 (patch)
tree287dc610791f920dc4f634a46acccdd5da859db4
parenta1ed2aaecd590e5b0e4cd9e1dd4d1edc99ebbf2b (diff)
downloadaur-44d85e34ce9b3c052771933a0588043efc02b815.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 87813b7be403..3dbe068854e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = windowchef
optdepends = sxhkd
optdepends = wmutils-git
optdepends = lemonbar
- provides = windowchef
+ conflicts = windowchef-git
source = https://github.com/tudurom/windowchef/archive/v0.2.tar.gz
md5sums = 3ec113dc8cb7b127fb45cbf6e3be9ce7
diff --git a/PKGBUILD b/PKGBUILD
index e59b959bc7bb..ab3a2669cabe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/tudurom/windowchef"
license=('ISC')
depends=("libxcb" "xcb-util-wm")
optdepends=("sxhkd" "wmutils-git" "lemonbar")
-provides=("windowchef")
+conflicts=('windowchef-git')
source=("https://github.com/tudurom/$pkgname/archive/v${pkgver}.tar.gz")
md5sums=("3ec113dc8cb7b127fb45cbf6e3be9ce7")