summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c85bccd253e4..729eee40b811 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 10 10:20:42 UTC 2017
+# Wed Sep 13 11:54:12 UTC 2017
pkgbase = openbazaar-git
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)
- pkgver = v2.0.11.r0.g2be459f0
+ pkgver = v2.0.11.r26.g6eb4d682
pkgrel = 1
url = http://openbazaar.org
install = openbazaar.install
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*}