summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-04-17 08:04:17 +0100
committerDaichi Shinozaki2017-04-17 08:04:17 +0100
commit9f2154f8e8255f480a2a3ea298b65a8b5fd42db5 (patch)
tree5016fcd76f90ec2b1815191300b44ce8eb76e75f
parent7ec8c37272a64f9f76166f53416a401649988d27 (diff)
downloadaur-nodejs-async.tar.gz
Updated a dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b93fbc50a9..5b03f9c6f449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon Apr 17 07:04:00 UTC 2017
pkgbase = nodejs-async
pkgdesc = Higher-order functions and common patterns for asynchronous code
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/caolan/async
arch = any
license = MIT
checkdepends = nodejs-nodeunit
makedepends = nodejs
- makedepends = nodejs-uglify-js
+ makedepends = uglify-js
provides = nodejs-async
source = https://github.com/caolan/async/archive/0.9.2.tar.gz
source = Makefile.patch
diff --git a/PKGBUILD b/PKGBUILD
index 4c6c5b3fc323..aaaba3414695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=nodejs-async
_npmname=async
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="Higher-order functions and common patterns for asynchronous code"
arch=('any')
-makedepends=('nodejs' 'nodejs-uglify-js')
+makedepends=('nodejs' 'uglify-js')
checkdepends=('nodejs-nodeunit')
url="https://github.com/caolan/async"
license=('MIT')