diff --git a/common/shlibs b/common/shlibs index 2da1117bdbd..7b2dd650ec0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -968,7 +968,7 @@ libparserutils.so.0 libparserutils-0.1.1_1 libwapcaplet.so.0 libwapcaplet-0.1.0_1 libcss.so.0 libcss-0.1.1_1 libhubbub.so.0 libhubbub-0.1.1_1 -liblutok.so.0 lutok-0.1_1 +liblutok.so.2 lutok-0.3_1 libmtdev.so.1 mtdev-1.1.2_1 libcryptsetup.so.4 libcryptsetup-1.4.1_1 libgusb.so.2 libgusb-0.1.3_1 diff --git a/srcpkgs/lutok/template b/srcpkgs/lutok/template index 940ec695fab..c5d3f866cd0 100644 --- a/srcpkgs/lutok/template +++ b/srcpkgs/lutok/template @@ -1,17 +1,17 @@ # Template file for 'lutok' pkgname=lutok -version=0.2 -revision=4 +version=0.3 +revision=1 build_style=gnu-configure configure_args="--with-doxygen" hostmakedepends="pkg-config doxygen" -makedepends="lua51-devel" +makedepends="lua-devel" short_desc="Lightweight C++ API for Lua" maintainer="Juan RP " license="BSD" homepage="http://code.google.com/p/lutok" distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz" -checksum=df6f175fdd417ff830ec46509816a40b92fec816de726e815b4ae4f7fea405bd +checksum=32d8e823432560dae3606094f1203cfab0f23c889440cc7b92a1739a68c2369e long_desc=" Lutok provides thin C++ wrappers around the Lua C API to ease the interaction between C++ and Lua. These wrappers make intensive use of RAII to prevent @@ -21,7 +21,7 @@ long_desc=" functions built on top of the wrappers." lutok-devel_package() { - depends="lua51-devel lutok>=$version" + depends="lua-devel lutok>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include