summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:41:03 +0300
committerorhun2020-11-25 01:41:03 +0300
commita7b9fe860191bd7df0446594e22eb9c9ffd3aef1 (patch)
treedc021592b20cfeef5668a8668b6f2e3cb2f24c1c
parent24798e78d4054e22bb9906105a5ff33b5eff9eb1 (diff)
downloadaur-a7b9fe860191bd7df0446594e22eb9c9ffd3aef1.tar.gz
upgpkg: kbs2-git 0.1.6.r2.gdc112ea-1
Conflict with the base package only
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c52f3ad8d2a..f6dbbdbf5447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = kbs2-git
depends = libx11
provides = kbs2
conflicts = kbs2
- conflicts = kbs2-bin
source = git+https://github.com/woodruffw/kbs2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6d68cec237fc..6217b2824494 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/woodruffw/kbs2"
license=('MIT')
depends=('libx11')
makedepends=('rust' 'python' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')