summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e798f5408d17..a7316f9933c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 26 01:11:01 UTC 2016
+# Fri Aug 26 01:26:21 UTC 2016
pkgbase = openbazaar-git
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon
pkgver = 338.88adef7
diff --git a/PKGBUILD b/PKGBUILD
index f74bd8430595..54b21d951a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,11 +22,12 @@ conflicts=('openbazaar')
build(){
cd $srcdir/${_pkgname}
-# npm install --production
+# npm install --production
npm install
npm run babel
npm run sass:build
npm run process-index
+ rm -rf {.git*,.eslint*,.travis*}
asar pack ../${_pkgname} ../${_pkgname}.asar
}