summaryrefslogtreecommitdiff
path: root/community/luakit
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-23 23:17:55 +0000
committerroot <root@rshg047.dnsready.net>2011-07-23 23:17:55 +0000
commit0e8166d926f929f470d01d5bc8c8823e094742da (patch)
tree1e3164f028cb8314856b42e33a14df2fab4e1c93 /community/luakit
parentb57c1def9a907b81a49aa91eeb39c9321763c276 (diff)
Sat Jul 23 23:17:54 UTC 2011
Diffstat (limited to 'community/luakit')
-rw-r--r--community/luakit/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD
index 407c2c945..886d1c97b 100644
--- a/community/luakit/PKGBUILD
+++ b/community/luakit/PKGBUILD
@@ -2,24 +2,24 @@
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
pkgname=luakit
-pkgver=2011.05.06
-pkgrel=2
+pkgver=2011.07.22
+pkgrel=1
pkgdesc='luakit is a highly configurable, micro-browser framework based on the WebKit web content engine and the GTK+ toolkit."Stable" release'
arch=('i686' 'x86_64')
url='http://www.luakit.org/projects/luakit'
license=('GPL3')
-depends=('libwebkit' 'luafilesystem' )
+depends=('libwebkit' 'luafilesystem' 'libunique')
makedepends=('git' 'help2man')
options=(!makeflags)
conflicts=('luakit-git' 'luakit-develop-git')
install='luakit.install'
-source=("${pkgver}-r1.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}-r1")
-md5sums=('ebf25ad1d37960ca8f70f13ebf45a874')
+source=("${pkgver}.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}")
+md5sums=('f682275aa7ebc54beed187481dc4a1bc')
build() {
cd mason-larobina-luakit-*
- make PREFIX=/usr DESTDIR=${pkgdir} clean all
+ make PREFIX=/usr DESTDIR=${pkgdir} all
}
package() {