summaryrefslogtreecommitdiff
path: root/community/luajit/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
commit4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (patch)
tree5fa56a9aaad99bff3be377187b518aa7938dd746 /community/luajit/PKGBUILD
parent5d4b5782f03734e12c907cbc7e4b8c35926e9554 (diff)
Thu Mar 13 03:41:44 UTC 2014
Diffstat (limited to 'community/luajit/PKGBUILD')
-rw-r--r--community/luajit/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
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 <nospam@bpiotrowski.pl>
+# $Id: PKGBUILD 107117 2014-03-12 18:23:14Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# 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.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
}