diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-17 19:04:50 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-17 19:04:50 +0100 |
commit | 3d22f733b8dc59e91161978ea9e60ebf7551aa98 (patch) | |
tree | 60785ea7c4c6c6f93eb49c0ac7e45feecb852172 /community/luajit/PKGBUILD | |
parent | 0e419b3bf8abe456c265cc1cd395129f50dde6f9 (diff) | |
parent | bfa298276aad0011c7ac64738d521600e76c3628 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/luajit/PKGBUILD
extra/sqlite/PKGBUILD
extra/xorg-server/PKGBUILD
Diffstat (limited to 'community/luajit/PKGBUILD')
-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 f9bae6792..e9a707102 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' 'mips64el') 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() { |