luarocks: add unzip dependency
This commit is contained in:
parent
9620aa370e
commit
d5106d20fd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'luarocks'
|
||||
pkgname=luarocks
|
||||
version=2.4.3
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=configure
|
||||
configure_args="
|
||||
|
@ -13,7 +13,7 @@ configure_args="
|
|||
--with-downloader=curl
|
||||
--versioned-rocks-dir"
|
||||
hostmakedepends="lua-devel"
|
||||
depends="lua curl"
|
||||
depends="lua curl unzip"
|
||||
conf_files="/etc/luarocks/config-5.3.lua"
|
||||
short_desc="Package management for Lua modules"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
|
|
Loading…
Reference in a new issue