summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')