summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Holloman2022-02-26 18:09:28 -0800
committerRyan Holloman2022-02-26 18:09:28 -0800
commitd2374df7f5415c18a4568d50934ef09bee3bc6eb (patch)
tree2f8cbc16d5f40e5a8c9f950b74ac55b2c7905bb7
parenteeec5a2cf12850f90a4e293033560554911efbec (diff)
downloadaur-d2374df7f5415c18a4568d50934ef09bee3bc6eb.tar.gz
updated the file name of the file KodeStudio-linux64.tar.xz to KodeStudio-Linux.tar.xz in PKGBUILD and .SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff9371f3da48..b45d918e090c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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/v18.11/KodeStudio-linux64.tar.gz
+ source_x86_64 = https://github.com/Kode/KodeStudio/releases/download/v18.11/KodeStudio-Linux.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 29034a043baf..53a3341f0c67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ 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"
+source_x86_64=("https://github.com/Kode/KodeStudio/releases/download/v${pkgver}/KodeStudio-Linux.tar.gz"
"${_pkgname}.desktop"
'print-version.py'
)