summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Bebbington2017-11-04 03:23:37 +0000
committerTom Bebbington2017-11-04 03:23:37 +0000
commiteae5b08bd0fd3c96d5beae520972fced38bfdf27 (patch)
tree5dd92c9fea17a7ee13683a47f5a00e6a8bf8130f
parent7904292e77b527687b6fcb2c0508c68735b0beab (diff)
downloadaur-eae5b08bd0fd3c96d5beae520972fced38bfdf27.tar.gz
Fix wrong kind of quote in PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679c2db0fc94..29bf44fcce44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kode-studio-bin
pkgdesc = Kode Studio is an IDE specifically tailored for Kha.
pkgver = 17.9.1
- pkgrel = 4
+ pkgrel = 5
url = http://kha.tech/download
arch = x86_64
license = MIT
@@ -26,7 +26,7 @@ pkgbase = kode-studio-bin
optdepends = codeblocks: Linux target IDE
optdepends = eclipse-java: Java target IDE
options = !strip
- source_x86_64 = https://github.com/Kode/KodeStudio/releases/download/v${pkgver}/KodeStudio-linux64.tar.gz
+ source_x86_64 = https://github.com/Kode/KodeStudio/releases/download/v17.9.1/KodeStudio-linux64.tar.gz
source_x86_64 = kode-studio.desktop
source_x86_64 = print-version.py
sha256sums_x86_64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4dbaa39bd09c..928276baa55f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kode-studio-bin
_pkgname=kode-studio
pkgver=17.9.1
-pkgrel=4
+pkgrel=5
pkgdesc="Kode Studio is an IDE specifically tailored for Kha."
arch=('x86_64')
url="http://kha.tech/download"
@@ -19,8 +19,8 @@ optdepends=('haxe: third-party Haxe library support'
'android-studio: Android target IDE'
'codeblocks: Linux target IDE'
'eclipse-java: Java target IDE')
-source_x86_64=('https://github.com/Kode/KodeStudio/releases/download/v${pkgver}/KodeStudio-linux64.tar.gz'
- ${_pkgname}.desktop
+source_x86_64=("https://github.com/Kode/KodeStudio/releases/download/v${pkgver}/KodeStudio-linux64.tar.gz"
+ "${_pkgname}.desktop"
'print-version.py'
)
sha256sums_x86_64=('SKIP'