summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebcc07dc1a05..310df8f075a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 19:38:09 UTC 2017
+# Sat Sep 23 19:43:10 UTC 2017
pkgbase = openbazaar-git
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)
pkgver = v2.0.12.rc1.r1.g4a823b7e
diff --git a/PKGBUILD b/PKGBUILD
index d5cd03b92bcc..c3e1e88828bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ build(){
npm rebuild node-sass
npm run build
npm run sass:build process-index --parallel sass:watch index:watch browsersync
- rm -rf {.babelrc,.editorconfig,.eslint*,.github,.travis*}
+ rm -rf {.eslint*,.travis*}
# npm prune --production
asar pack ../${_pkgname} ../${_pkgname}-next.asar
}