summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolonovamax2022-01-08 15:49:25 -0500
committersolonovamax2022-01-08 15:49:25 -0500
commit9ec1f9fcd3ea376f9c54842a7aefe90f630d0e50 (patch)
treecd7ef1ebbeff93fb44636c0327f7a2eb481c46ff
parent683f8ad9680dbf2ab28122548b1b754a0df0ae4e (diff)
downloadaur-kotlin-native.tar.gz
Fix PKGBUILD & update .SRCINFO
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD2
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1dd50b45796..af62a44c8677 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,21 @@
pkgbase = kotlin-native
- pkgdesc = A LLVM backend for the Kotlin compiler
- pkgver = 1.4.0dev8404
+ pkgdesc = An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library
+ pkgver = 1.6.10
pkgrel = 1
- url = https://github.com/JetBrains/kotlin-native
+ url = https://github.com/JetBrains/kotlin
arch = x86_64
license = Apache
depends = java-environment
depends = ncurses5-compat-libs
+ provides = kotlin-native
+ conflicts = kotlin-native-bin
+ conflicts = kotlin-native-git
options = staticlibs
options = libtool
options = !strip
- source = https://github.com/JetBrains/kotlin-native/archive/build-1.4.0-dev-8404.tar.gz
- sha512sums = 88eca274f6800029453505ce185bf5068cca69536c6de7b51a8219934b3be76fbfb1f44e812dc78a4c58958d33b47fceb0fac1f3abf17f856d444868d723f33d
+ source = https://github.com/JetBrains/kotlin/archive/refs/tags/v1.6.10.tar.gz
+ source = local.properties
+ sha512sums = 9157871c53a7c78a0cdd512c984f385cbcb6e9a930faa279623902dff1dfc8e788d6e20a940d2c19d3ffc3519f632e0e87605c38b5f5fe24eea921ca74672611
+ sha512sums = 88cae75baaacdbe35fb421a00fae0994fc0728f1b8ee1af3c111fbd0fc135db2c03965ac1ae19580eea1400805852cd04b3da0d7c379b0add90c85b05ee34f26
pkgname = kotlin-native
-
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"