[visual-studio-code-bin] Minor cleanup
This commit is contained in:
5
PKGBUILD
5
PKGBUILD
@@ -3,7 +3,7 @@
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.26.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://code.visualstudio.com/"
|
||||
@@ -11,7 +11,6 @@ license=('custom: commercial')
|
||||
provides=('vscode' 'visualstudiocode' 'visual-studio-code')
|
||||
replaces=('visual-studio-code')
|
||||
conflicts=('visual-studio-code')
|
||||
makedepends=(patchelf)
|
||||
depends=(fontconfig libxtst gtk3 python cairo alsa-lib nss gcc-libs libnotify libxss gconf 'glibc>=2.28-4')
|
||||
optdepends=('gvfs: Needed for move to trash functionality')
|
||||
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
||||
@@ -20,8 +19,6 @@ source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.ne
|
||||
source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-ia32/stable
|
||||
${_pkgname}.desktop
|
||||
)
|
||||
options=("!strip" "staticlibs")
|
||||
noextract=("glibc-2.27-3-${CARCH}.pkg.tar.xz")
|
||||
sha256sums_x86_64=('5ef2f82e1272b0008a446fc8f62f9693e2af7c83d5922883ecbfd8a9986fd40b'
|
||||
'488592034dd5f979083bbd80788d33e253bb3ac3e52d50faee80e715a924a212')
|
||||
sha256sums_i686=('16a9eb4582767c31ca92fce9d7ed97b960175d8a97db25fab3c8e56afec2f3bc'
|
||||
|
||||
Reference in New Issue
Block a user