summaryrefslogtreecommitdiff
path: root/community/luakit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-15 00:03:54 +0000
committerroot <root@rshg054.dnsready.net>2012-09-15 00:03:54 +0000
commit58bcf29e17b49063f0be13069151b9890cb5c6a6 (patch)
tree93ffa4e6d734fbe0d0f4f47e2451a2bce48ab761 /community/luakit
parentc7e751e3633b2e10c0ffcc68e4ce676f725f0843 (diff)
Sat Sep 15 00:03:54 UTC 2012
Diffstat (limited to 'community/luakit')
-rw-r--r--community/luakit/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
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 <jwbirdsong AT gmail DOT com>
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
}