summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:08:32 +0300
committerorhun2020-11-25 01:08:32 +0300
commita36dd79432db59a2a13e956cdd7fcebea7d477ed (patch)
tree71738eedac4db3b962055e04635a2184f3ae4f14
parent7ade0abcd8a05aae76049066b57d534679230154 (diff)
downloadaur-a36dd79432db59a2a13e956cdd7fcebea7d477ed.tar.gz
upgpkg: shy-git 0.1.10.r1.g57dfce0-1
Conflict with the base package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f484d6868dc7..810fef04dbe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = shy-git
makedepends = git
provides = shy
conflicts = shy
- conflicts = shy-bin
source = git+https://github.com/xvxx/shy
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a164164484ed..17798fc4d6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/xvxx/shy"
license=('MIT')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')