summaryrefslogtreecommitdiff
path: root/npm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'npm/Pkgfile')
-rw-r--r--npm/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/npm/Pkgfile b/npm/Pkgfile
index d5683f857..585da0aa3 100644
--- a/npm/Pkgfile
+++ b/npm/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nodejs
name=npm
-version=7.6.1
+version=7.6.3
release=1
source=(https://github.com/npm/cli/archive/v$version/$name-$version.tar.gz
destdir.patch)
@@ -34,5 +34,5 @@ build() {
-iname "CHANGELOG" -o \
-iname "AUTHORS*" \)\
-exec rm '{}' \+
- rm -r $PKG/usr/lib/node_modules/npm/docs $PKG/usr/lib/node_modules/npm/changelogs
+ rm -r $PKG/usr/lib/node_modules/npm/docs #$PKG/usr/lib/node_modules/npm/changelogs
}

Generated by cgit