From 746837eea366f6ec375c7cd885ed0c403855d070 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 15 Oct 2022 23:02:37 +0100 Subject: [PATCH] Remove PKG_NAME from CONFLICTS. --- templates/template.buildconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/template.buildconf b/templates/template.buildconf index 1615765..52e3f16 100644 --- a/templates/template.buildconf +++ b/templates/template.buildconf @@ -13,4 +13,4 @@ SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION") # Build configuration. BUILD_REQUIRES=() -BUILD_CONFLICTS=("$PKG_NAME") +BUILD_CONFLICTS=()