# HG changeset patch # User Pascal Bellard # Date 1487422856 -3600 # Node ID fcccf43763014e557cb4416800d05ef7dce7a128 # Parent d5f2ad767bdf7136816b52350994fb309fa5e7d8 lua-dev: update deps diff -r d5f2ad767bdf -r fcccf4376301 lua-dev/receipt --- a/lua-dev/receipt Sat Feb 18 13:40:10 2017 +0100 +++ b/lua-dev/receipt Sat Feb 18 14:00:56 2017 +0100 @@ -10,7 +10,7 @@ WEB_SITE="http://www.lua.org/" HOST_ARCH="i486 arm" -DEPENDS="pkg-config" +DEPENDS="pkg-config lua" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r d5f2ad767bdf -r fcccf4376301 lua5.1-dev/receipt --- a/lua5.1-dev/receipt Sat Feb 18 13:40:10 2017 +0100 +++ b/lua5.1-dev/receipt Sat Feb 18 14:00:56 2017 +0100 @@ -9,7 +9,7 @@ LICENSE="MIT" WEB_SITE="http://www.lua.org/" -DEPENDS="pkg-config" +DEPENDS="pkg-config lua5.1" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()