summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302017-09-13 13:54:36 +0200
committerM0Rf302017-09-13 13:54:36 +0200
commitb0ae6233284ee9867723e0d68ae8ddfed7cbb6ce (patch)
treeded4f5ee0116870ec94c066895839c02517dadce /PKGBUILD
parentf9506049456ba215d470045c748b0fad32de6aa8 (diff)
downloadaur-b0ae6233284ee9867723e0d68ae8ddfed7cbb6ce.tar.gz
openbazaar-git: updated
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*}