summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 02:09:23 +0300
committerorhun2020-11-25 02:09:23 +0300
commitc453b4216441324954ae6cf810a7e6e77ec4cc82 (patch)
treed02be6162af43413e9e7671c36d44e70a2b74089
parente063018df86e09483437e841f8e4ba025545929a (diff)
downloadaur-c453b4216441324954ae6cf810a7e6e77ec4cc82.tar.gz
upgpkg: dotter-rs-git 0.9.2.r0.gd2ceaad-1
upstream release Update conflicts array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d02b1d64cad6..3c206ad5a300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = dotter-rs-git
makedepends = rust
makedepends = git
provides = dotter-rs
+ conflicts = dotter
conflicts = dotter-rs
source = git+https://github.com/SuperCuber/dotter
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ff8c8bfe131f..6e0c400c41f5 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}")
+conflicts=("$_pkgname" "${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')