summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:34:24 +0300
committerorhun2020-11-25 01:34:24 +0300
commite8e368e1cd62f927542c46fc864a1a8de0cf7c47 (patch)
tree92017898d6cf99168cadd449d63a2bb123f8b50f
parent86ec71251c70871ea30e62c3d2bb26b43ba6b710 (diff)
downloadaur-e8e368e1cd62f927542c46fc864a1a8de0cf7c47.tar.gz
upgpkg: fw-git 2.6.0.r16.g3d69c2d-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 7371fa7b3936..5ffa90db3947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = fw-git
depends = fzf
provides = fw
conflicts = fw
- conflicts = fw-bin
source = git+https://github.com/brocode/fw
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c71d8e8f797d..11ee9edec33e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/brocode/fw"
license=('custom:WTFPL')
depends=('fzf')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')