~alpine/aports

[alpine-aports] [PATCH 1/2] testing/luarocks: add dependency on curl

Details
Message ID
<1456808184-19272-1-git-send-email-muh.muhten@gmail.com>
Sender timestamp
1456808183
DKIM signature
missing
Download raw message
Patch: +2 -2
luarocks aborts incomprehensibly if it can't find curl in the PATH when
trying to download anything.
---
 testing/luarocks/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/luarocks/APKBUILD b/testing/luarocks/APKBUILD
index 8190605..4c4c12e 100644
--- a/testing/luarocks/APKBUILD
+++ b/testing/luarocks/APKBUILD
@@ -3,12 +3,12 @@
pkgname=luarocks
pkgver=2.3.0
_lua_versions="5.1 5.2 5.3"
pkgrel=0
pkgrel=1
pkgdesc="Deployment and management system for Lua modules"
url="http://www.luarocks.org/"
arch="noarch"
license="custom"
depends=""
depends="curl"
depends_dev=""
makedepends="$depends_dev"
install=""
-- 
2.5.4 (Apple Git-61)



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)