summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheAifam52017-03-05 14:09:19 +0100
committerTheAifam52017-03-05 14:09:19 +0100
commitedff8becf72d871d657933ae1bd1bbdd1e177b1b (patch)
tree57728d6bc003195481f3139204640fd17b46fe4f /PKGBUILD
parentdc25eb3385613fecb6ac9809d9ca87386592398c (diff)
downloadaur-edff8becf72d871d657933ae1bd1bbdd1e177b1b.tar.gz
Added NodeJS dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87dc8d1c36b6..1ede72c6c792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=bullet-train-oh-my-zsh-theme
pkgname=$_pkgname-git
pkgver=a
-pkgrel=1
+pkgrel=2
pkgdesc='An oh-my-zsh shell theme based on the Powerline Vim plugin'
arch=('any')
url='https://github.com/caiogondim/bullet-train-oh-my-zsh-theme'
license=('MIT')
-depends=('zsh' 'oh-my-zsh-git')
+depends=('zsh' 'oh-my-zsh-git' 'nodejs')
source=('git+https://github.com/caiogondim/bullet-train-oh-my-zsh-theme.git')
sha256sums=('SKIP')
makedepends=('git')