summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Kauffman2017-07-05 15:32:55 -0400
committerKyle Kauffman2017-07-05 15:32:55 -0400
commite1e960038475c700cd55132349811c6efa2b6730 (patch)
tree088f3211885302ab7d62fc992126f5f60a38e4a6
parentaf71f179135402f7b3adfa9a976298db1fe613e4 (diff)
downloadaur-kotlin-native-git.tar.gz
Added run_konan.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b690a8f259df..960a8e93fbd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kotlin-native-git
pkgdesc = A LLVM backend for the Kotlin compiler
- pkgver = r2055.305dbd30
+ pkgver = r2571.56c1f2b0
pkgrel = 1
url = https://github.com/JetBrains/kotlin-native
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 298dd9bfc3fb..2f66b11365a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
plainname=kotlin-native
pkgname="$plainname-git"
-pkgver=r2055.305dbd30
+pkgver=r2571.56c1f2b0
pkgrel=1
pkgdesc="A LLVM backend for the Kotlin compiler"
arch=('x86_64')
@@ -34,4 +34,5 @@ package() {
ln -s /opt/kotlin-native/bin/kotlinc-native ${pkgdir}/usr/bin/kotlinc-native
ln -s /opt/kotlin-native/bin/konanc ${pkgdir}/usr/bin/konanc
ln -s /opt/kotlin-native/bin/cinterop ${pkgdir}/usr/bin/cinterop
+ ln -s /opt/kotlin-native/bin/run_konan ${pkgdir}/usr/bin/run_konan
}