From 6ee08d6a9217906f2ef84f70923d3d362d4b40ad Mon Sep 17 00:00:00 2001 From: root Date: Sun, 10 Mar 2013 00:51:34 -0800 Subject: Sun Mar 10 00:50:57 PST 2013 --- community/luajit/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'community/luajit/PKGBUILD') diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index 2f0c2b350..2657bc573 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84574 2013-02-20 04:52:41Z bpiotrowski $ +# $Id: PKGBUILD 85940 2013-03-09 14:50:34Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Chris Brannon # Contributor: Paulo Matias @@ -6,17 +6,20 @@ pkgname=luajit pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' arch=('i686' 'x86_64') url='http://luajit.org/' license=('MIT') depends=('gcc-libs') -source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz) -sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0') +source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz + http://luajit.org/download/v2.0.1_hotfix1.patch) +sha256sums=('2371cceb53453d8a7b36451e6a0ccdb66236924545d6042ddd4c34e9668990c0' + '143898de3fe84455684fddb92947d36c1a51c6a6e3884813fe5e025bd4652368') build() { cd $srcdir/LuaJIT-$pkgver + patch -Np1 -i $srcdir//v2.0.1_hotfix1.patch make amalg PREFIX=/usr } -- cgit v1.2.3-54-g00ecf