summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2023-01-15 20:22:16 +0100
committerMartino Pilia2023-01-15 20:22:37 +0100
commit4e8efe22c661d73acc47e0b0e36e3b5c2355a430 (patch)
tree2e304780039f3e1643a2cac1084a81eae959a830 /PKGBUILD
parente35f390932309ecb2de62c57136228aca5ca464a (diff)
downloadaur-4e8efe22c661d73acc47e0b0e36e3b5c2355a430.tar.gz
Remove noextract
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fe64005c9eb..decac523abd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=vsce
pkgver=2.15.0
-pkgrel=1
+pkgrel=2
pkgdesc="Visual Studio Code extension manager"
arch=('any')
url="https://github.com/Microsoft/vscode-vsce"
@@ -13,7 +13,6 @@ makedepends=(
'yarn'
)
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
-noextract=("${pkgname}-${pkgver}.tgz")
sha256sums=('df4dd4002ad13c4787d29f4ced37133970c89db04af1c9041ad14b279b2a722f')
package() {