summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2023-06-27 07:35:04 +0800
committerpallxk2023-06-27 07:35:04 +0800
commitaf20c77ac91ceca4008a751de6f5376efe1cf0fd (patch)
tree16de4601036f06cb63a482f7598f5e4235ac91ef
parent9f4b6a4996ca8f5bc2b3acda5f40370dbf3dc4e5 (diff)
downloadaur-af20c77ac91ceca4008a751de6f5376efe1cf0fd.tar.gz
specify conflicts and backup properly
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5de6bdf7bfc7..547589f59ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,9 +14,9 @@ makedepends=()
checkdepends=()
optdepends=()
provides=("clash-meta")
-conflicts=()
+conflicts=("clash-meta")
replaces=()
-backup=()
+backup=("etc/clash-meta/config.yaml")
options=()
install=${pkgname}.install
changelog=