summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNek-122020-08-28 19:21:50 +0300
committerNek-122020-08-28 19:21:50 +0300
commit2893e08e9b234f239e48723edc9120a7dd763749 (patch)
tree3a7735eff8f74b4a42b76896e10ce2c65ae33dfb /PKGBUILD
parente6962f4e812fa79223d6bd667ed849b8365f5e95 (diff)
downloadaur-2893e08e9b234f239e48723edc9120a7dd763749.tar.gz
fixed installation hooks (added by the app author)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7850bc043b6..248f00d6158d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nek.12 <vaizin.nikita@gmail.com>
pkgname='notion-enhancer'
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="An enhancer/customiser for the all-in-one productivity workspace notion.so"
arch=('any')
url="https://github.com/dragonwocky/notion-enhancer"
@@ -21,7 +21,7 @@ source=("https://registry.npmjs.org/notion-enhancer/-/$pkgname-$pkgver.tgz")
noextract=("${pkgname}-${pkgver}.tgz" )
md5sums=('a8b9cb8b7ab7d43bf31d6eedca8f9e9e')
package() {
- npm install -g --user root --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
+ npm install --ignore-scripts -g --user root --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
#fix file permissions
find "${pkgdir}/usr" -type d -exec chmod 755 {} +