summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-05-30 21:41:51 +0200
committerPhilipp A2017-05-30 21:41:51 +0200
commitd286a73613c59e73bd519d527b6c838af9439120 (patch)
treebe9cf731d1faa208c911f2bb8b110530f7fb1ecb
parent95fcac3f6c21b13e2e77d450539743f98538343d (diff)
downloadaur-d286a73613c59e73bd519d527b6c838af9439120.tar.gz
added npm as makedep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 676357a3f3c4..39d154cc9481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue May 30 19:39:03 UTC 2017
pkgbase = rambox
pkgdesc = Free and Open Source messaging and emailing app that combines common web applications into one.
pkgver = 0.5.9
- pkgrel = 1
+ pkgrel = 2
url = http://rambox.pro/
arch = i686
arch = x86_64
@@ -9,6 +11,7 @@ pkgbase = rambox
makedepends = desktop-file-utils
makedepends = asar
makedepends = ruby
+ makedepends = npm
makedepends = yarn
makedepends = sencha-cmd-6
depends = electron
diff --git a/PKGBUILD b/PKGBUILD
index 3c3becb91feb..0a169e71bdaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=rambox
pkgver=0.5.9
_relver=0.5.3 # for a release tarball containing env.js
-pkgrel=1
+pkgrel=2
pkgdesc='Free and Open Source messaging and emailing app that combines common web applications into one.'
arch=(i686 x86_64)
depends=(electron)
-makedepends=(desktop-file-utils asar ruby yarn sencha-cmd-6)
+makedepends=(desktop-file-utils asar ruby npm yarn sencha-cmd-6)
url='http://rambox.pro/'
license=('GPL3')
source=("https://github.com/saenzramiro/$pkgname/archive/$pkgver.tar.gz"