From 56058ad261895121eeb0d346b68df876c2c1e1c6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 8 Dec 2013 15:33:43 +0100 Subject: [PATCH] lutok: update to 0.4 (soname bump). --- common/shlibs | 2 +- srcpkgs/lutok/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index f930eb0314..230de024eb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -964,7 +964,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.2 lutok-0.3_1 +liblutok.so.3 lutok-0.4_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 c5d3f866cd..dee7429ad9 100644 --- a/srcpkgs/lutok/template +++ b/srcpkgs/lutok/template @@ -1,6 +1,6 @@ # Template file for 'lutok' pkgname=lutok -version=0.3 +version=0.4 revision=1 build_style=gnu-configure configure_args="--with-doxygen" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="BSD" homepage="http://code.google.com/p/lutok" distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz" -checksum=32d8e823432560dae3606094f1203cfab0f23c889440cc7b92a1739a68c2369e +checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5 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