summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2018-04-11 16:14:55 +0800
committerKaizhao Zhang2018-04-11 16:14:55 +0800
commit7a8ff36b811f140ad7e8d9d4f64ea2459edc3b1e (patch)
treebd1b3ac6696254eb4e69a4963b1f3275cd4a8f9f
parent9ab021848acbeda35a7bb53d7cdcacb402837de7 (diff)
downloadaur-7a8ff36b811f140ad7e8d9d4f64ea2459edc3b1e.tar.gz
Fix source URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f28920d34e2..b1b2852efbb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ options=('staticlibs' 'libtool' '!strip')
depends=('java-environment' 'ncurses5-compat-libs')
provides=('kotlin-native')
conflicts=('kotlin-native' 'kotlin-native-git')
-source=("https://github.com/JetBrains/kotlin-native/releases/download/${pkgver}/kotlin-native-linux-${pkgver}.tar.gz")
+source=("https://github.com/JetBrains/kotlin-native/releases/download/v${pkgver}/kotlin-native-linux-${pkgver}.tar.gz")
sha512sums=('4600216116e9480550ada878b4365b4e391c4d355964e19e2e3011a92ba5afe2bb1844691c3ecb730b1d1d8d299c668a22cec0cacdf4d6b8712fe1d6c079a929')
package() {