summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Corsi-House2024-10-05 15:12:30 -0400
committerSamuel Corsi-House2024-10-05 15:12:54 -0400
commit0285d736b2a5c5a7a007559f929f37e29e49f26e (patch)
treef770a58d85356b6b6dee5ef2b37e65e6c855ec47
parent3533f25afc53e834ed5b161ec577fa6c88d1d075 (diff)
downloadaur-0285d736b2a5c5a7a007559f929f37e29e49f26e.tar.gz
Revert "Update code-insiders-bin debian package data format"
This reverts commit e2a83b8e56bf69c187cb9d1c6d4ea07e2b6a267e.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3ac94bc1711..bd35fea60d8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = code-insiders-bin
pkgdesc = Code editing. Redefined.
- pkgver = 1.94.0_1726207772
+ pkgver = 1.95.0_1728049707
pkgrel = 1
url = https://code.visualstudio.com/insiders/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = code-insiders-bin
optdepends = glib2: Needed for move to trash functionality
optdepends = libdbusmenu-glib: Needed for KDE global menu
conflicts = visual-studio-code-insiders-bin
- source = code-insiders_1.94.0_1726207772.deb::https://code.visualstudio.com/sha/download?build=insider&os=linux-deb-x64
+ source = code-insiders_1.95.0_1728049707.deb::https://code.visualstudio.com/sha/download?build=insider&os=linux-deb-x64
sha256sums = SKIP
pkgname = code-insiders-bin
diff --git a/PKGBUILD b/PKGBUILD
index e7ce6e548196..c23c2637f40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=SC2034 disable=SC2148 disable=SC2154 disable=SC2001
_pkgname=code-insiders
pkgname="$_pkgname-bin"
-pkgver=1.94.0_1726207772
+pkgver=1.95.0_1728049707
pkgrel=1
pkgdesc="Code editing. Redefined."
arch=('x86_64')
@@ -28,7 +28,7 @@ source=("${_pkgname}_${_pkgver}.deb::$_download_url")
sha256sums=('SKIP')
package() {
- bsdtar -xf data.tar.zst -C "$pkgdir/"
+ bsdtar -xf data.tar.xz -C "$pkgdir/"
replacement="s|\(Exec=[^%]*\)\(%.*\)|\1--no-sandbox \2|"
sed -i "$replacement" "$pkgdir/usr/share/applications/$_pkgname.desktop"