summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a4c29d79b77..9ce2db5827ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pencil
pkgver=3.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Sketching and GUI prototyping/wireframing tool"
arch=('any')
license=('GPL2')
@@ -41,6 +41,7 @@ build() {
# Aggressively remove binary and useless files in node_modules
+ cd "${srcdir}/${pkgname}-${pkgver}/app/node_modules"
find . -iname "CHANGELOG*" -exec rm -rfv {} +
find . -iname "README*" -exec rm -rfv {} +
find . -iname "*.md" -exec rm -rfv {} +