From 4e5db57790dfb7243ca8b1d7c82f834a6294d8ab Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 13 Mar 2014 03:50:12 +0000 Subject: Thu Mar 13 03:41:44 UTC 2014 --- community/luajit/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'community/luajit/PKGBUILD') diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD index a073f48fb..6525b8db3 100644 --- a/community/luajit/PKGBUILD +++ b/community/luajit/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 102287 2013-12-07 10:57:57Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 107117 2014-03-12 18:23:14Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski # Contributor: Chris Brannon # Contributor: Paulo Matias # Contributor: Anders Bergh pkgname=luajit -pkgver=2.0.2 -pkgrel=2 +pkgver=2.0.3 +pkgrel=1 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=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38') +depends=('gcc-libs') +source=(http://luajit.org/download/LuaJIT-$pkgver.tar.gz) +md5sums=('f14e9104be513913810cd59c8c658dc0') -build() { +build() { cd LuaJIT-$pkgver make amalg PREFIX=/usr } -- cgit v1.2.3-54-g00ecf