summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-05-08 14:24:09 +0200
committerIcelk2022-05-08 14:24:09 +0200
commita6b9ec9bad143463d311a15f87fb06f9c64d6e84 (patch)
tree361a748082cea14ba0787f308b76712180ac511f
parent96ead31c749fee0fff175ce8dc2189a1c5ccafe8 (diff)
downloadaur-a6b9ec9bad143463d311a15f87fb06f9c64d6e84.tar.gz
Removed arch armv7h since VSCodium doesn't build for that anymore.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 1 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a559ab68c7c..ddc9172d72f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = vscodium-bin
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
- arch = armv7h
license = MIT
depends = fontconfig
depends = libxtst
@@ -32,7 +31,5 @@ pkgbase = vscodium-bin
sha256sums_x86_64 = f682b11a39c9e65949a297fdd3d9fef6b472d7084f47eb5813cb7814468fe6c4
source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.66.2/VSCodium-linux-arm64-1.66.2.tar.gz
sha256sums_aarch64 = 41d449cb64a65f7eeee4bac9190410d77f1a56540633c5b769276c617174518e
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.66.2/VSCodium-linux-armhf-1.66.2.tar.gz
- sha256sums_armv7h = a42a6ad9fb8ccb2470e1230b275cd1cb3b138675403771f5539ab9aa998e19fe
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index ade98563b738..e82241388551 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _pkgname=VSCodium
pkgver=1.66.2
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
-arch=('x86_64' 'aarch64' 'armv7h')
+arch=('x86_64' 'aarch64')
url="https://github.com/VSCodium/vscodium"
license=('MIT')
depends=(
@@ -28,11 +28,9 @@ sha256sums=('a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce'
'fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f')
sha256sums_x86_64=('f682b11a39c9e65949a297fdd3d9fef6b472d7084f47eb5813cb7814468fe6c4')
sha256sums_aarch64=('41d449cb64a65f7eeee4bac9190410d77f1a56540633c5b769276c617174518e')
-sha256sums_armv7h=('a42a6ad9fb8ccb2470e1230b275cd1cb3b138675403771f5539ab9aa998e19fe')
source=('vscodium-bin.desktop'
'vscodium-bin-uri-handler.desktop')
source_x86_64=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz")
-source_armv7h=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-armhf-${pkgver}.tar.gz")
source_aarch64=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-arm64-${pkgver}.tar.gz")
shopt -s extglob