summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri2020-10-03 17:50:28 -0400
committerCameron Katri2020-10-03 17:50:28 -0400
commit2e4dfd2835052cfb9e2007369a82569e0da47b25 (patch)
tree769a744853e240057087cc5f3b5d46a31b126ded
parent8e2a92153ee34f1d119044ba5f2c34c66c5006fd (diff)
downloadaur-2e4dfd2835052cfb9e2007369a82569e0da47b25.tar.gz
Update, remove ARM arch until new releases are made
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 9 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04b6c9e35f8e..8b0745fd90ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
- pkgver = 1.49.1
+ pkgver = 1.49.3
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
- arch = aarch64
- arch = armv7h
license = MIT
depends = fontconfig
depends = libxtst
@@ -24,13 +22,9 @@ pkgbase = vscodium-bin
conflicts = code
conflicts = vscode
source = vscodium-bin.desktop
+ source = https://github.com/VSCodium/vscodium/releases/download/1.49.3/VSCodium-linux-x64-1.49.3.tar.gz
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = vscodium-bin-1.49.1.tar.gz::https://github.com/VSCodium/vscodium/releases/download/1.49.1/VSCodium-linux-x64-1.49.1.tar.gz
- sha256sums_x86_64 = e47a97b8038424cbe1f586034be7b2fb46c65fd010ef94727d7785f7831c6183
- source_aarch64 = vscodium-bin-1.49.1.tar.gz::https://github.com/VSCodium/vscodium/releases/download/1.49.1/VSCodium-linux-arm64-1.49.1.tar.gz
- sha256sums_aarch64 = e9d8a5742454ef0ea27ce8b0675a77d8d06eb16638be2aaa20972abe19b15cf3
- source_armv7h = vscodium-bin-1.49.1.tar.gz::https://github.com/VSCodium/vscodium/releases/download/1.49.1/VSCodium-linux-arm-1.49.1.tar.gz
- sha256sums_armv7h = 6534d7b10b13a1effadf408899c90a23a8a499298d686a3e8e74535c186a6b65
+ sha256sums = d8b71d50d82e8d3151f11604103a7fd3fff3a2dceec64a31e1a3683a9d2fc2a7
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 59f1a8595ca4..6924b26a3cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.49.1
+pkgver=1.49.3
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
-arch=('x86_64' 'aarch64' 'armv7h')
+arch=('x86_64')
url="https://github.com/VSCodium/vscodium"
license=('MIT')
depends=(
@@ -22,17 +22,10 @@ optdepends=(
provides=('code')
conflicts=('code' 'vscode')
-sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-source=('vscodium-bin.desktop')
-
-sha256sums_x86_64=('e47a97b8038424cbe1f586034be7b2fb46c65fd010ef94727d7785f7831c6183')
-source_x86_64=("${pkgname}-${pkgver}.tar.gz::https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz")
-
-sha256sums_armv7h=('6534d7b10b13a1effadf408899c90a23a8a499298d686a3e8e74535c186a6b65')
-source_armv7h=("${pkgname}-${pkgver}.tar.gz::https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-arm-${pkgver}.tar.gz")
-
-sha256sums_aarch64=('e9d8a5742454ef0ea27ce8b0675a77d8d06eb16638be2aaa20972abe19b15cf3')
-source_aarch64=("${pkgname}-${pkgver}.tar.gz::https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-arm64-${pkgver}.tar.gz")
+sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b'
+ 'd8b71d50d82e8d3151f11604103a7fd3fff3a2dceec64a31e1a3683a9d2fc2a7')
+source=('vscodium-bin.desktop'
+ "https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz")
shopt -s extglob