summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 02:11:09 +0300
committerorhun2020-11-25 02:11:09 +0300
commit4c0bdc8d3f06d8aa415846ee829f0c8fb2b87eb8 (patch)
treeb34734360f2a7e480c9b77994cfcdaccf1b60f5c
parentce76e95e679f125fb4a487b4c8be67d6a42f6662 (diff)
downloadaur-4c0bdc8d3f06d8aa415846ee829f0c8fb2b87eb8.tar.gz
upgpkg: globe-cli-git 0.2.0.r5.g95413f2-1
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 52ed368627dc..b73dbb1bcd21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = globe-cli-git
makedepends = rust
makedepends = git
provides = globe-cli
+ conflicts = globe
conflicts = globe-cli
source = git+https://github.com/adamsky/globe
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7874fc00c20e..c0358996e722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/adamsky/globe"
license=('GPL3')
makedepends=('rust' 'git')
-conflicts=("${pkgname%-git}")
+conflicts=("$_pkgname" "${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')