summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaoyang Zhang2021-10-07 17:08:04 +0800
committerGaoyang Zhang2021-10-07 17:08:22 +0800
commitd92e00086a980a63474595232358143768997c6f (patch)
treeec6ceb1e1b1815e8f018373d64afc954f25828d8 /PKGBUILD
parent4c09f6876d076f38eeb9c0e5f8a60f475462cc38 (diff)
downloadaur-d92e00086a980a63474595232358143768997c6f.tar.gz
Fix conflicting packages
Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f60f3997d5c3..0efbc819643a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Gaoyang Zhang <gy@blurgy.xyz>
pkgname=dt-cli
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Syncing dotfiles and more"
arch=("any")
@@ -21,7 +21,7 @@ makedepends=(
checkdepends=()
optdepends=()
provides=("dt-cli")
-conflicts=("dt-git" "dt-bin")
+conflicts=("dt-cli-git" "dt-cli-bin")
replaces=()
backup=()
options=()