summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Bebbington2017-11-04 03:23:37 +0000
committerTom Bebbington2017-11-04 03:23:37 +0000
commiteae5b08bd0fd3c96d5beae520972fced38bfdf27 (patch)
tree5dd92c9fea17a7ee13683a47f5a00e6a8bf8130f /PKGBUILD
parent7904292e77b527687b6fcb2c0508c68735b0beab (diff)
downloadaur-eae5b08bd0fd3c96d5beae520972fced38bfdf27.tar.gz
Fix wrong kind of quote in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'