summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-12-14 03:27:07 -0300
committerHugo Osvaldo Barrera2016-12-14 03:27:07 -0300
commitfe4590a2320102740758bcd970d97dcf687e2c76 (patch)
tree1f7fe88c62ea70219a0998828afb8f5b6ccd1f30
parent91e1b559b04dac13b5d356e2d36eb5df30c0e841 (diff)
downloadaur-fe4590a2320102740758bcd970d97dcf687e2c76.tar.gz
Add missing makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f2798587edc..f106a68c8a58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 00:59:28 UTC 2016
+# Wed Dec 14 06:26:57 UTC 2016
pkgbase = emoj
pkgdesc = Find relevant emoji from text on the command-line
pkgver = 0.4.0
@@ -7,6 +7,7 @@ pkgbase = emoj
url = https://github.com/sindresorhus/emoj
arch = any
license = MIT
+ makedepends = npm
depends = nodejs
noextract = emoj-0.4.0.tgz
source = https://github.com/sindresorhus/emoj/archive/v0.4.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b7a6434ffc81..e04dd5391a81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=("any")
url="https://github.com/sindresorhus/emoj"
license=('MIT')
depends=('nodejs')
+makedepends=npm
source=(https://github.com/sindresorhus/$pkgname/archive/v$pkgver.tar.gz)
noextract=($pkgname-$pkgver.tgz)
sha1sums=('52f2594b4fdf76a664205ac9bd526be95dccf680')