From 58bcf29e17b49063f0be13069151b9890cb5c6a6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Sep 2012 00:03:54 +0000 Subject: Sat Sep 15 00:03:54 UTC 2012 --- community/luakit/PKGBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'community/luakit') diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD index 82744de47..89484ec7d 100644 --- a/community/luakit/PKGBUILD +++ b/community/luakit/PKGBUILD @@ -1,10 +1,11 @@ +# $Id: PKGBUILD 76198 2012-09-13 13:06:35Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: J. W. Birdsong pkgname=luakit -pkgver=2012.03.25 -pkgrel=2 +pkgver=2012.09.13 +pkgrel=1 pkgdesc='Fast, small, webkit based browser framework extensible by Lua' arch=('i686' 'x86_64') url='http://www.luakit.org/projects/luakit' @@ -12,20 +13,16 @@ license=('GPL3') depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils' 'luajit') makedepends=('git' 'help2man') options=(!makeflags) -conflicts=('luakit-git' 'luakit-develop-git') install='luakit.install' -source=("${pkgver}.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}" - 0001-Dont-mark-desktop-file-as-executable.patch) -md5sums=('e25aaeacfa5758127b3f677eafba9aa2' - 'a1caf95b03659cd02a392a376a13edd7') +source=($pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$pkgver) +md5sums=('5de91907c44286c9b5a21319fa7cb67f') build() { cd mason-larobina-luakit-* - patch -Np1 -i $srcdir/0001-Dont-mark-desktop-file-as-executable.patch - make USE_LUAJIT=1 PREFIX=/usr DESTDIR=${pkgdir} all + make USE_LUAJIT=1 PREFIX=/usr DESTDIR=$pkgdir all } package() { cd mason-larobina-luakit-* - make PREFIX=/usr DESTDIR=${pkgdir} install + make PREFIX=/usr DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf