summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 01:30:02 +0300
committerorhun2020-11-25 01:30:02 +0300
commite063018df86e09483437e841f8e4ba025545929a (patch)
tree3a7daa9e58e39b7ee5345b6ff6b45bef01b5d04d
parent9e7f85e932027f182c6e5d1c08e8512f1edafd20 (diff)
downloadaur-e063018df86e09483437e841f8e4ba025545929a.tar.gz
upgpkg: dotter-rs-git 0.9.2.r0.gd2ceaad-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 2a970c35fe62..d02b1d64cad6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = dotter-rs-git
makedepends = git
provides = dotter-rs
conflicts = dotter-rs
- conflicts = dotter-rs-bin
source = git+https://github.com/SuperCuber/dotter
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2617de4f95f2..ff8c8bfe131f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/SuperCuber/dotter"
license=('Unlicense')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')