summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAsa Venton2021-03-04 19:07:28 +0000
committerAsa Venton2021-03-04 19:07:28 +0000
commit030d23b9c1da8eee7984d7d46c60984b4217b45c (patch)
tree59029d8c6a682350dd77d412abe7f20f9f9e3bc9 /PKGBUILD
parent239aee4458dd5489688f2550802e197ac011673d (diff)
downloadaur-eiskaltdcpp.tar.gz
Fix non-resolving conflict variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877599e50c39..f103a43a6aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -141,7 +141,7 @@ package_eiskaltdcpp-cli() {
'perl-json-rpc'
)
provides=("${pkgbase}-cli")
- conflicts=("${name}-cli-git")
+ conflicts=("${pkgbase}-cli-git")
make -C build/eiskaltdcpp-cli DESTDIR="${pkgdir}" install
}