lynx: fix wrksrc

This commit is contained in:
Enno Boland 2015-10-28 11:27:06 +01:00
parent fddc6378b8
commit 947f4b43f6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ _version=2.8.8
_patch=2
version=$_version.$_patch
revision=9
wrksrc="${pkgname}${version//./-}"
wrksrc="${pkgname}${_version//./-}"
build_style=gnu-configure
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
short_desc="A text browser for the World Wide Web"