diff options
Diffstat (limited to 'community/luaposix/PKGBUILD')
-rw-r--r-- | community/luaposix/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD index bb1990f2a..578633a39 100644 --- a/community/luaposix/PKGBUILD +++ b/community/luaposix/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93034 2013-06-22 17:02:30Z seblu $ +# $Id: PKGBUILD 93201 2013-06-28 13:21:16Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Laszlo Papp <djszapi at archlinux us> @@ -6,7 +6,7 @@ pkgbase=luaposix pkgname=('lua-posix' 'lua51-posix') -pkgver=5.1.28 +pkgver=29 pkgrel=1 pkgdesc='A POSIX library for Lua programming language' arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ license=('GPL' 'LGPL') makedepends=('lua' 'lua51' 'lua51-bitop' 'git') options=('!libtool') source=("$pkgname-$pkgver.tar.gz::https://github.com/luaposix/luaposix/archive/v$pkgver.tar.gz") -md5sums=('0ea20ea21bd9f92b79041beb6d41393e') +md5sums=('5c3e49c51caeee6eb5f9dcb2bb082bed') prepare() { # do bootstrap in prepare, as it clone external git |