summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d52ae1df842..2b4941f40975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jan 11 14:37:32 UTC 2016
pkgbase = stackedit
pkgdesc = In-browser markdown editor
pkgver = 4.3.11
- pkgrel = 2
+ pkgrel = 3
url = https://stackedit.io/
install = stackedit.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index c77bddd0da80..d8c0de95664e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=stackedit
pkgver=4.3.11
-pkgrel=2
+pkgrel=3
pkgdesc='In-browser markdown editor'
arch=('any')
url='https://stackedit.io/'
@@ -22,6 +22,7 @@ build(){
cd $pkgname-$pkgver
npm install
bower install
+ npm install bower
gulp
}