summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2020-12-17 13:26:09 -0500
committerbinex-dsk2020-12-17 13:26:09 -0500
commitba0f35a3534841406eeae96daa4d600a41027537 (patch)
tree29b96158ebff867122d7b83267df4e6645e33620
parent922d768c86f2b88458d80b021fe797879c40f861 (diff)
downloadaur-ba0f35a3534841406eeae96daa4d600a41027537.tar.gz
1.52.1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c358c6094c3..a73d0eef7e62 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.52.0
- pkgrel = 2
+ pkgver = 1.52.1
+ pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
@@ -23,12 +23,12 @@ pkgbase = vscodium-bin
provides = code
source = vscodium-bin.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.52.0/VSCodium-linux-x64-1.52.0.tar.gz
- sha256sums_x86_64 = 7be0fa9177401bc187186bf808a348de37cc4008e67e2705700108f438f26484
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.52.0/VSCodium-linux-arm64-1.52.0.tar.gz
- sha256sums_aarch64 = 5feaadd04bc28468400c8adebdc1f8cfc58f82569388af334bd482b8705eb77d
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.52.0/VSCodium-linux-armhf-1.52.0.tar.gz
- sha256sums_armv7h = 28a7fb48fb14e5a0d283050d545ebe49b7f4654e6e4ecfacb203e1566d76a54a
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.52.1/VSCodium-linux-x64-1.52.1.tar.gz
+ sha256sums_x86_64 = eb54644218fabd7f48dcdb99656376636ec23ddd49dd1b910d10bdbdd3116fb2
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.52.1/VSCodium-linux-arm64-1.52.1.tar.gz
+ sha256sums_aarch64 = 5429674d0b57b98f9a7b0a4196ff607b21917e0e38dffafd9015eb33cdd3a4b1
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.52.1/VSCodium-linux-armhf-1.52.1.tar.gz
+ sha256sums_armv7h = 43243c2c0afed00066072f5f16412d2d7217774ef5cfcc20f6ed08a039251f39
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 20a9453145b2..7f88322565d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.52.0
-pkgrel=2
+pkgver=1.52.1
+pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/VSCodium/vscodium"
@@ -22,9 +22,9 @@ optdepends=(
provides=('code')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('7be0fa9177401bc187186bf808a348de37cc4008e67e2705700108f438f26484')
-sha256sums_aarch64=('5feaadd04bc28468400c8adebdc1f8cfc58f82569388af334bd482b8705eb77d')
-sha256sums_armv7h=('28a7fb48fb14e5a0d283050d545ebe49b7f4654e6e4ecfacb203e1566d76a54a')
+sha256sums_x86_64=('eb54644218fabd7f48dcdb99656376636ec23ddd49dd1b910d10bdbdd3116fb2')
+sha256sums_aarch64=('5429674d0b57b98f9a7b0a4196ff607b21917e0e38dffafd9015eb33cdd3a4b1')
+sha256sums_armv7h=('43243c2c0afed00066072f5f16412d2d7217774ef5cfcc20f6ed08a039251f39')
source=('vscodium-bin.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")
@@ -36,7 +36,6 @@ package() {
install -d -m755 ${pkgdir}/usr/bin
install -d -m755 ${pkgdir}/usr/share/{${pkgname},applications,pixmaps}
cp -r ${srcdir}/!(vscodium-bin.desktop|${pkgname}-${pkgver}.tar.gz) ${pkgdir}/usr/share/${pkgname}
- ln -s /usr/share/${pkgname}/bin/codium ${pkgdir}/usr/bin/code
ln -s /usr/share/${pkgname}/bin/codium ${pkgdir}/usr/bin/codium
ln -s /usr/share/${pkgname}/bin/codium ${pkgdir}/usr/bin/vscodium
install -D -m644 ${srcdir}/vscodium-bin.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop