summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-03-23 16:55:06 +0300
committerorhun2020-03-23 16:55:06 +0300
commitd235c0d9da02d49cedea403229d666a2af22e7c3 (patch)
treeef3f900dfa3d5818cac09526e756eadde77443e4
parent44b017266fa79208e2eec144d1619d3607b2dacb (diff)
downloadaur-d235c0d9da02d49cedea403229d666a2af22e7c3.tar.gz
Update the conflicts information of the package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9c991c19c14..a22883e17527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = kmon-bin
makedepends = git
depends = libxcb
conflicts = kmon
+ conflicts = kmon-git
source = https://github.com/orhun/kmon/releases/download/v0.3.3/kmon-0.3.3.tar.gz
sha256sums = 42d75e595f94f594989019dcfd8c524768df480deeec088f84b3fe94699495c0
diff --git a/PKGBUILD b/PKGBUILD
index d8b53b36235f..2d20d499bf6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/orhun/kmon"
license=('GPL3')
depends=('libxcb')
makedepends=('cargo' 'git')
-conflicts=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}" "${pkgname%-bin}-git")
source=("https://github.com/orhun/${pkgname%-bin}/releases/download/v$pkgver/${pkgname%-bin}-${pkgver#v}.tar.gz")
sha256sums=('42d75e595f94f594989019dcfd8c524768df480deeec088f84b3fe94699495c0')