summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:36:12 +0300
committerorhun2020-11-25 01:36:12 +0300
commit57567f7f7d0e6ad11ee83615640401509112932a (patch)
treed2ab0b927a777d442017a53f8a939744255d48f6
parent98f8d85167f53085f0eee6e1ec7ed549515cb220 (diff)
downloadaur-57567f7f7d0e6ad11ee83615640401509112932a.tar.gz
upgpkg: gfold-git 0.7.1.r0.g80144aa-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 aa66afdb8c07..3c69ef4e1556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = gfold-git
makedepends = git
provides = gfold
conflicts = gfold
- conflicts = gfold-bin
source = git+https://github.com/nickgerace/gfold
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 73dbc6f904d4..8234d67c0538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/nickgerace/gfold"
license=('Apache')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')