lua51-mpack: update to 1.0.7.

This commit is contained in:
maxice8 2018-06-02 16:57:56 -03:00
parent 215b61fc14
commit fee52fb94c
1 changed files with 7 additions and 7 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'lua51-mpack'
pkgname=lua51-mpack
version=1.0.2
version=1.0.7
revision=1
wrksrc="libmpack-${version}"
wrksrc="libmpack-lua-${version}"
hostmakedepends="libtool"
makedepends="lua51-devel"
makedepends="lua51-devel libmpack-devel"
short_desc="Simple implementation of MessagePack for Lua 5.1"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="MIT"
homepage="https://github.com/tarruda/libmpack"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9
homepage="https://github.com/libmpack/libmpack-lua"
distfiles="https://github.com/libmpack/libmpack-lua/archive/${version}.tar.gz"
checksum=2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a
do_build() {
${CC} ${CFLAGS} -shared -o mpack.so binding/lua/lmpack.c ${LDFLAGS}
make ${makejobs} USE_SYSTEM_MPACK=1 USE_SYSTEM_LUA=1
}
do_install() {