summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-09-23 21:38:43 +0200
committerM0Rf302017-09-23 21:38:43 +0200
commitb851d4029c05a2937f0eb85c5c9e7359d7d25ef4 (patch)
treecd7379d05f5152f8a2f3b47d41493e27a1d00d57
parentb0ae6233284ee9867723e0d68ae8ddfed7cbb6ce (diff)
downloadaur-b851d4029c05a2937f0eb85c5c9e7359d7d25ef4.tar.gz
openbazaar-git: 2.0.12-rc1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729eee40b811..ebcc07dc1a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 13 11:54:12 UTC 2017
+# Sat Sep 23 19:38:09 UTC 2017
pkgbase = openbazaar-git
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)
- pkgver = v2.0.11.r26.g6eb4d682
+ pkgver = v2.0.12.rc1.r1.g4a823b7e
pkgrel = 1
url = http://openbazaar.org
install = openbazaar.install
diff --git a/PKGBUILD b/PKGBUILD
index d459aa051734..d5cd03b92bcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=openbazaar
pkgname=${_pkgname}-git
-pkgver=v2.0.11.r26.g6eb4d682
+pkgver=v2.0.12.rc1.r1.g4a823b7e
pkgrel=1
pkgdesc="Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)"
arch=(any)
@@ -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 {.git*,.eslint*,.travis*}
+ rm -rf {.babelrc,.editorconfig,.eslint*,.github,.travis*}
# npm prune --production
asar pack ../${_pkgname} ../${_pkgname}-next.asar
}