diff options
Diffstat (limited to 'community/luakit/PKGBUILD')
-rw-r--r-- | community/luakit/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD index 20ae4d8e1..09392ace9 100644 --- a/community/luakit/PKGBUILD +++ b/community/luakit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78391 2012-10-17 16:47:33Z bpiotrowski $ +# $Id: PKGBUILD 78446 2012-10-18 17:40:26Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com> @@ -6,21 +6,21 @@ pkgname=luakit pkgver=2012.09.13.r1 _pkgver=2012.09.13-r1 -pkgrel=2 +pkgrel=3 pkgdesc='Fast, small, webkit based browser framework extensible by Lua' arch=('i686' 'x86_64' 'mips64el') url='http://www.luakit.org/projects/luakit' license=('GPL3') -depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils') +depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils' 'luajit') makedepends=('git' 'help2man') options=(!makeflags) install='luakit.install' -source=($pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver) +source=($pkgname-$pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver) md5sums=('77b02e6d19ba021409f1778fddd94a42') build() { cd mason-larobina-luakit-* - make PREFIX=/usr DESTDIR=$pkgdir all + make USE_LUAJIT=1 PREFIX=/usr all } package() { |