summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Holloman2022-02-26 18:30:31 -0800
committerRyan Holloman2022-02-26 18:30:31 -0800
commita850aa8bcff1288e11750217a9a682798eb349df (patch)
tree34cbe8e09aed1d653a13473e6d420330da31ba6a
parent1bc66439cb9e1f4f05f3760842fde5d360cf4035 (diff)
downloadaur-a850aa8bcff1288e11750217a9a682798eb349df.tar.gz
corrected file extension for the kodestudio-linux.tar.xz (used to be .tar.gz) for real this time
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f44a50d225e..8359f4138687 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-Linux.tar.gz
+ source_x86_64 = https://github.com/Kode/KodeStudio/releases/download/v18.11/KodeStudio-Linux.tar.xz
source_x86_64 = kode-studio.desktop
source_x86_64 = print-version.py
sha256sums_x86_64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9458894d5565..4b57c9528d9d 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-Linux.tar.gz"
+source_x86_64=("https://github.com/Kode/KodeStudio/releases/download/v${pkgver}/KodeStudio-Linux.tar.xz"
"${_pkgname}.desktop"
'print-version.py'
)