[visual-studio-code-bin] Revert: replace gtk2 with gtk3
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -3,7 +3,7 @@
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.25.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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,7 @@ license=('custom: commercial')
|
||||
provides=('vscode' 'visualstudiocode' 'visual-studio-code')
|
||||
replaces=('visual-studio-code')
|
||||
conflicts=('visual-studio-code')
|
||||
depends=(fontconfig libxtst gtk3 python cairo alsa-lib nss gcc-libs libnotify libxss gconf)
|
||||
depends=(fontconfig libxtst gtk2 python cairo alsa-lib nss gcc-libs libnotify libxss gconf)
|
||||
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
|
||||
${_pkgname}.desktop
|
||||
|
||||
Reference in New Issue
Block a user