diff --git a/.SRCINFO b/.SRCINFO index 123976e..7040536 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = visual-studio-code-bin pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version) - pkgver = 1.97.2 - pkgrel = 2 + pkgver = 1.98.0 + pkgrel = 1 url = https://code.visualstudio.com/ install = visual-studio-code-bin.install arch = x86_64 @@ -29,19 +29,19 @@ pkgbase = visual-studio-code-bin provides = vscode conflicts = code options = !strip - source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.2/resources/linux/code.desktop - source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.2/resources/linux/code-url-handler.desktop - source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.2/resources/linux/code-workspace.xml + source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.0/resources/linux/code.desktop + source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.0/resources/linux/code-url-handler.desktop + source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.0/resources/linux/code-workspace.xml source = visual-studio-code-bin.sh sha256sums = dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745 sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe - source_x86_64 = code_x64_1.97.2.tar.gz::https://update.code.visualstudio.com/1.97.2/linux-x64/stable - sha256sums_x86_64 = c17603e602927a792185e4de9e4431de007c940198dabbbb60b58edf3ef04085 - source_aarch64 = code_arm64_1.97.2.tar.gz::https://update.code.visualstudio.com/1.97.2/linux-arm64/stable - sha256sums_aarch64 = 8aa6321ba870d5f4384661bdb187af9adb017c94e1f3889cb8c5cc83dff9b83c - source_armv7h = code_armhf_1.97.2.tar.gz::https://update.code.visualstudio.com/1.97.2/linux-armhf/stable - sha256sums_armv7h = beca084494666041934d606643c3b3ee3e0bfa24732c5513b716dfd593172127 + source_x86_64 = code_x64_1.98.0.tar.gz::https://update.code.visualstudio.com/1.98.0/linux-x64/stable + sha256sums_x86_64 = 3a34b0e90ab3518d2c5267a26c240f3bb75d8274ff1e255b0dc78bdd6e93dcfb + source_aarch64 = code_arm64_1.98.0.tar.gz::https://update.code.visualstudio.com/1.98.0/linux-arm64/stable + sha256sums_aarch64 = 5c80bafc27e959a67f4a418971025d8edd152c1996bfbe1b52b734f559345543 + source_armv7h = code_armhf_1.98.0.tar.gz::https://update.code.visualstudio.com/1.98.0/linux-armhf/stable + sha256sums_armv7h = e8f04bf889e206fb11758305560fcf9adcc8d9c3c7839622e77b9491921dbb5e pkgname = visual-studio-code-bin diff --git a/PKGBUILD b/PKGBUILD index 5da7e17..c9d3a7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgname=visual-studio-code-bin _pkgname=visual-studio-code -pkgver=1.97.2 -pkgrel=2 +pkgver=1.98.0 +pkgrel=1 pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)" arch=('x86_64' 'aarch64' 'armv7h') url="https://code.visualstudio.com/" @@ -34,9 +34,9 @@ sha256sums=('dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745' 'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b' '3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf' '8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe') -sha256sums_x86_64=('c17603e602927a792185e4de9e4431de007c940198dabbbb60b58edf3ef04085') -sha256sums_aarch64=('8aa6321ba870d5f4384661bdb187af9adb017c94e1f3889cb8c5cc83dff9b83c') -sha256sums_armv7h=('beca084494666041934d606643c3b3ee3e0bfa24732c5513b716dfd593172127') +sha256sums_x86_64=('3a34b0e90ab3518d2c5267a26c240f3bb75d8274ff1e255b0dc78bdd6e93dcfb') +sha256sums_aarch64=('5c80bafc27e959a67f4a418971025d8edd152c1996bfbe1b52b734f559345543') +sha256sums_armv7h=('e8f04bf889e206fb11758305560fcf9adcc8d9c3c7839622e77b9491921dbb5e') _set_meta_info() { sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\ @@ -77,15 +77,12 @@ package() { _pkg=VSCode-linux-ia32 fi - install -d "${pkgdir}/usr/share/licenses/${_pkgname}" install -d "${pkgdir}/opt/${_pkgname}" install -d "${pkgdir}/usr/bin" - install -d "${pkgdir}/usr/share/applications" - install -d "${pkgdir}/usr/share/icons" - install -d "${pkgdir}/usr/share/mime/packages" + install -d "${pkgdir}/usr/share/"{applications,pixmaps,mime/packages,licenses/${_pkgname}} install -m644 "${srcdir}/$(_pkg)/resources/app/LICENSE.rtf" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE.rtf" - install -m644 "${srcdir}/$(_pkg)/resources/app/resources/linux/code.png" "${pkgdir}/usr/share/icons/${_pkgname}.png" + install -m644 "${srcdir}/$(_pkg)/resources/app/resources/linux/code.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png" install -m644 "${srcdir}/code.desktop" "${pkgdir}/usr/share/applications/code.desktop" install -m644 "${srcdir}/code-url-handler.desktop" "${pkgdir}/usr/share/applications/code-url-handler.desktop" install -m644 "${srcdir}/code-workspace.xml" "${pkgdir}/usr/share/mime/packages/${pkgname}-workspace.xml"