lua54-zlib: fix dummy short_desc
This commit is contained in:
parent
e486e40681
commit
f66246501f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lua54-zlib'
|
||||
pkgname=lua54-zlib
|
||||
version=1.2
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="lua-zlib-${version}"
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -85,6 +85,6 @@ lua53-zlib_package() {
|
|||
|
||||
lua-zlib_package() {
|
||||
depends="lua53-zlib>=${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