summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1aacef5171b6..dc9af5ede643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=("Apache")
options=("staticlibs" "libtool" "!strip")
depends=("java-environment" "ncurses5-compat-libs")
provides=("kotlin-native")
-conflicts("kotlin-native-bin" "kotlin-native-git")
+conflicts=("kotlin-native-bin" "kotlin-native-git")
source=(
"https://github.com/JetBrains/kotlin/archive/refs/tags/v${pkgver}.tar.gz"
"local.properties"