From bfa298276aad0011c7ac64738d521600e76c3628 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 17 Dec 2012 03:27:42 -0800 Subject: Mon Dec 17 03:23:21 PST 2012 --- community/luajit/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'community/luajit') diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index a5a049dce..d523e7815 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 81136 2012-12-12 00:57:15Z eric $ -# Maintainer: Chris Brannon -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 81293 2012-12-16 11:27:38Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski +# Contributor: Chris Brannon # Contributor: Paulo Matias # Contributor: Anders Bergh pkgname=luajit pkgver=2.0.0 -pkgrel=2 -pkgdesc='A Just-In-Time Compiler for Lua' +pkgrel=3 +pkgdesc='Just-in-time compiler and replacement for Lua 5.1' arch=('i686' 'x86_64') url='http://luajit.org/' license=('MIT') @@ -17,7 +17,7 @@ md5sums=('97a2b87cc0490784f54b64cfb3b8f5ad') build() { cd $srcdir/LuaJIT-$pkgver - make PREFIX=/usr + make amalg PREFIX=/usr } package() { -- cgit v1.2.3-54-g00ecf