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 d7326a8d3d95..d459aa051734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=openbazaar
pkgname=${_pkgname}-git
-pkgver=v2.0.11.r0.g2be459f0
+pkgver=v2.0.11.r26.g6eb4d682
pkgrel=1
pkgdesc="Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)"
arch=(any)
@@ -22,6 +22,7 @@ build(){
cd $srcdir/${_pkgname}
# npm install --production
npm install
+ npm rebuild node-sass
npm run build
npm run sass:build process-index --parallel sass:watch index:watch browsersync
rm -rf {.git*,.eslint*,.travis*}