summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489dadccd85e..8f6bc632e82d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vsce
pkgdesc = Visual Studio Code extension manager
pkgver = 1.93.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Microsoft/vscode-vsce
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index bd143c2472b2..e42c0b4bf9d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=vsce
pkgver=1.93.0
-pkgrel=2
+pkgrel=3
pkgdesc="Visual Studio Code extension manager"
arch=('any')
url="https://github.com/Microsoft/vscode-vsce"
@@ -24,13 +24,11 @@ package() {
# See https://github.com/npm/cli/issues/1103 for details.
find "${pkgdir}/usr" -type d -exec chmod 755 {} +
+ # Fix ownership
# npm gives ownership of ALL FILES to build user
# https://bugs.archlinux.org/task/63396
chown -R root:root "${pkgdir}"
- # Fix ownership
- chown -R root:root "${pkgdir}"/*
-
install -D -m644 \
"${srcdir}/package/LICENSE" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"