summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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=()