summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Augrain2022-10-17 11:21:12 +0200
committerBaptiste Augrain2022-10-17 11:21:12 +0200
commit50a63430ce89c1772870fe28cd5528e9041137c6 (patch)
treeaad9738a0cd774c262aebda4fd2f7750c5c6f7fc /PKGBUILD
parent4d35a4a05252667b36b69c902afcb68a7c8e3596 (diff)
downloadaur-50a63430ce89c1772870fe28cd5528e9041137c6.tar.gz
Updated to 1.72.2.22289-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51975e797288..93218494b9c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=vscodium
# Make sure the pkgver matches the git tags in vscodium and vscode git repo's!
pkgver=1.72.2.22289
-pkgrel=1
+pkgrel=2
pkgdesc="Free/Libre Open Source Software Binaries of VSCode (git build from latest release)."
arch=('x86_64' 'aarch64' 'armv7h')
url='https://github.com/VSCodium/vscodium.git'
@@ -107,7 +107,6 @@ build() {
export VSCODE_ARCH="${_vscode_arch}"
export VSCODE_QUALITY="stable"
export RELEASE_VERSION="${pkgver}"
- export BUILD_SOURCEVERSION=$( cat /dev/urandom | env LC_ALL=C tr -dc 'a-z0-9' | fold -w 40 | head -n 1 )
# the app will be updated with pacman
export DISABLE_UPDATE="yes"