summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-10-26 19:29:26 +0200
committerIcelk2021-10-26 19:29:26 +0200
commit3c4dd42cc2748d3a08e1956af8bf94c309d0ff43 (patch)
tree5641520f3a2f808848edc644a8a099596d7b0909
parent8842a2305dfaba2d1d260865fab5a003a1d00fd0 (diff)
downloadaur-3c4dd42cc2748d3a08e1956af8bf94c309d0ff43.tar.gz
Fixed build.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2426ffeff9a..479453c5174f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
pkgver = 1.61.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
@@ -22,7 +22,9 @@ pkgbase = vscodium-bin
optdepends = libdbusmenu-glib: For KDE global menu
provides = codium
source = vscodium-bin.desktop
+ source = vscodium-bin-uri-handler.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
+ sha256sums = f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898
source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-x64-1.61.2.tar.gz
sha256sums_x86_64 = dd1cc1ade653726183bce3cf7cbebefed7f08789b11c2110950d750fe50446e0
source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.61.2/VSCodium-linux-arm64-1.61.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5a141c998376..f966d66bc82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
pkgver=1.61.2
-pkgrel=2
+pkgrel=3
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/VSCodium/vscodium"
@@ -23,11 +23,13 @@ optdepends=(
)
provides=('codium')
-sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
+sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b'
+ 'f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898')
sha256sums_x86_64=('dd1cc1ade653726183bce3cf7cbebefed7f08789b11c2110950d750fe50446e0')
sha256sums_aarch64=('a1616674874b04596d1b62086bce3b14699dcd73373d1b7d31f198738142e8c8')
sha256sums_armv7h=('d39102251aff70cd63374664f0f8f7b699ccc9bb28997b0714dbd178bbabdcf9')
-source=('vscodium-bin.desktop')
+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")