summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlague Doctor2019-04-19 20:49:03 +1000
committerPlague Doctor2019-04-19 20:49:03 +1000
commit0a78e00848d83e4b4260382991d75fabd04ca2a0 (patch)
treef3b3230b2e39ae645eda5a84d1142246287982ce
parent0ca76318c72f38a0fc7e2215a8740aef72a60547 (diff)
downloadaur-0a78e00848d83e4b4260382991d75fabd04ca2a0.tar.gz
Fix symlink.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6412a789be5..7469762122ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 18 23:08:46 UTC 2019
+# Fri Apr 19 10:48:36 UTC 2019
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
pkgver = 1.33.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/VSCodium/vscodium
arch = x86_64
license = MIT
@@ -22,9 +22,9 @@ pkgbase = vscodium-bin
optdepends = gvfs: For move to trash functionality
optdepends = libdbusmenu-glib: For KDE global menu
provides = code
- noextract = vscodium-bin-1.33.1-1.tar.gz
+ noextract = vscodium-bin-1.33.1-2.tar.gz
source = vscodium-bin.desktop
- source = vscodium-bin-1.33.1-1.tar.gz::https://github.com/VSCodium/vscodium/releases/download/1.33.1/VSCodium-linux-x64-1.33.1.tar.gz
+ source = vscodium-bin-1.33.1-2.tar.gz::https://github.com/VSCodium/vscodium/releases/download/1.33.1/VSCodium-linux-x64-1.33.1.tar.gz
sha256sums = 44c07450999d260672edfd34215fde0ca11829a38f89592f4d1f035e1dd5012a
sha256sums = ff90d3541627e380afc7026c0ec9b451510a9440e457c951c8a3e3261aefb017
diff --git a/PKGBUILD b/PKGBUILD
index 68f979695dcc..af799b786dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vscodium-bin
pkgver=1.33.1
-pkgrel=1
+pkgrel=2
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64')
url="https://github.com/VSCodium/vscodium"
@@ -33,7 +33,7 @@ package() {
install -d -m755 ${pkgdir}/usr/bin
install -d -m755 ${pkgdir}/usr/share/{${pkgname},applications,pixmaps}
cp -r ${srcdir}/${pkgname} ${pkgdir}/usr/share
- ln -s /usr/share/${pkgname}/bin/vscodium ${pkgdir}/usr/bin/${pkgname}
+ ln -s /usr/share/${pkgname}/bin/vscodium ${pkgdir}/usr/bin/vscodium
install -D -m644 vscodium-bin.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
install -D -m644 ${srcdir}/${pkgname}/resources/app/resources/linux/code.png \
${pkgdir}/usr/share/pixmaps/vscodium.png