diff options
author | root <root@rshg054.dnsready.net> | 2012-12-17 03:27:42 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-17 03:27:42 -0800 |
commit | bfa298276aad0011c7ac64738d521600e76c3628 (patch) | |
tree | 4256caa850d2294cc064358de7380814a8772d14 /community/luajit | |
parent | d1335cc6b44826a3ae6934a40bd618bfddcd2e6e (diff) |
Mon Dec 17 03:23:21 PST 2012
Diffstat (limited to 'community/luajit')
-rw-r--r-- | community/luajit/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
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 <chris@the-brannons.com> -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 81293 2012-12-16 11:27:38Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# Contributor: Chris Brannon <chris@the-brannons.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Anders Bergh <anders1@gmail.com> 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() { |