luarocks-lua53: fix dummy short_desc
This commit is contained in:
parent
6a92c64341
commit
8c9829ef54
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'luarocks-lua53'
|
||||
pkgname=luarocks-lua53
|
||||
version=3.3.1
|
||||
revision=2
|
||||
revision=3
|
||||
archs=noarch
|
||||
wrksrc=luarocks-${version}
|
||||
build_style=configure
|
||||
|
@ -109,6 +109,6 @@ luarocks-lua51_package() {
|
|||
|
||||
luarocks_package() {
|
||||
depends="luarocks-lua53>=${version}_${revision}"
|
||||
short_desc+="${_desc} (5.3.x) (transitional dummy package)"
|
||||
short_desc="${_desc} (5.3.x) (transitional dummy package)"
|
||||
build_style=meta
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue