summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2018-11-15 12:39:03 +0800
committerKaizhao Zhang2018-11-15 12:39:03 +0800
commitbaa3e8aef6893ba6f516241dd53cbece47af85b7 (patch)
treebbaab64bf9f480fbd66ff46b6a7d04cd5d6a2bc3
parent469b7d91c56b57bc127c2297f04875f255f10eaa (diff)
downloadaur-baa3e8aef6893ba6f516241dd53cbece47af85b7.tar.gz
Why the published binary package is modified? :-(
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0539f86929ec..5eaf578c5c91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kotlin-native-bin
pkgdesc = A LLVM backend for the Kotlin compiler
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JetBrains/kotlin-native
arch = x86_64
license = Apache
@@ -14,7 +14,7 @@ pkgbase = kotlin-native-bin
options = libtool
options = !strip
source = https://github.com/JetBrains/kotlin/releases/download/v1.3.0/kotlin-native-linux-1.3.0.tar.gz
- sha256sums = 5472d7df8d1c3f2d7b0e949f9e0882931b3bae236a431cb5ba0288f941c6b82b
+ sha256sums = 6b55acd49ec607fc879bba46f14c6712c9bf76cbc12ef592229aab062f0ea466
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index 684c7e069b84..601d896f3c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ PKGEXT=.pkg.tar
_kotlin_ver=1.3.0
pkgname=kotlin-native-bin
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A LLVM backend for the Kotlin compiler"
arch=('x86_64')
url="https://github.com/JetBrains/kotlin-native"
@@ -15,7 +15,7 @@ depends=('java-environment' 'ncurses5-compat-libs')
provides=('kotlin-native')
conflicts=('kotlin-native' 'kotlin-native-git')
source=("https://github.com/JetBrains/kotlin/releases/download/v${_kotlin_ver}/kotlin-native-linux-${_kotlin_ver}.tar.gz")
-sha256sums=('5472d7df8d1c3f2d7b0e949f9e0882931b3bae236a431cb5ba0288f941c6b82b')
+sha256sums=('6b55acd49ec607fc879bba46f14c6712c9bf76cbc12ef592229aab062f0ea466')
package() {
install -d "${pkgdir}/usr/bin"