summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaoyang Zhang2021-10-07 17:08:04 +0800
committerGaoyang Zhang2021-10-07 17:08:22 +0800
commitd92e00086a980a63474595232358143768997c6f (patch)
treeec6ceb1e1b1815e8f018373d64afc954f25828d8
parent4c09f6876d076f38eeb9c0e5f8a60f475462cc38 (diff)
downloadaur-d92e00086a980a63474595232358143768997c6f.tar.gz
Fix conflicting packages
Signed-off-by: Gaoyang Zhang <gy@blurgy.xyz>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9fb1a57227f..9a4d064b0f5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dt-cli
pkgdesc = Syncing dotfiles and more
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/blurgyy/dt
arch = any
license = MIT OR Apache 2.0
@@ -9,8 +9,8 @@ pkgbase = dt-cli
makedepends = rustup
depends = cargo
provides = dt-cli
- conflicts = dt-git
- conflicts = dt-bin
+ conflicts = dt-cli-git
+ conflicts = dt-cli-bin
source = https://github.com/blurgyy/dt/archive/refs/tags/v0.1.0.tar.gz
sha256sums = 9b4cea5f092194793a624ebc3ece43f84fb0daaeba0b7e9200b9982e32679f81
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=()