summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:46:19 +0300
committerorhun2020-11-25 01:46:19 +0300
commit5e29d13306d09e6b931e2b1cdd80bde5b7a6ceb4 (patch)
tree0017524886aad658a95f15bb48318a050430fbdc
parentcae61d949ef658f6b0375f5f0340011fa4036a6f (diff)
downloadaur-5e29d13306d09e6b931e2b1cdd80bde5b7a6ceb4.tar.gz
upgpkg: onefetch-git 2.7.3.r0.gb15b32a-1
upstream release 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 50dab6818fcf..f7a92887bcbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = onefetch-git
depends = libgit2
provides = onefetch
conflicts = onefetch
- conflicts = onefetch-bin
source = git+https://github.com/o2sh/onefetch
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index feffc83b2aae..26a4f0c549d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/o2sh/onefetch"
license=('MIT')
depends=('libgit2')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')