diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/node-sodium/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/node-sodium/APKBUILD b/testing/node-sodium/APKBUILD index 390a6fc863..8d7e72d825 100644 --- a/testing/node-sodium/APKBUILD +++ b/testing/node-sodium/APKBUILD @@ -3,13 +3,13 @@ pkgname=node-sodium _pkgname=sodium pkgver=1.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="Port of the lib sodium encryption library to Node.js" url="https://github.com/paixaop/node-sodium" arch="x86 x86_64" license="MIT" depends="nodejs" -makedepends="libsodium-dev=1.0.11-r0 python2" +makedepends="libsodium-dev=1.0.11-r0 python2 nodejs-npm" source="$pkgname-$pkgver.tar.gz::https://github.com/paixaop/$pkgname/archive/$pkgver.tar.gz fix-gyp-binding.patch remove-preinstall.patch |