summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc10b4120ba7..7fda2621eb08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Feb 14 15:55:56 UTC 2017
+# Tue Feb 14 15:59:13 UTC 2017
pkgbase = luakit-git
pkgdesc = Browser framework based on Webkit and Lua
pkgver = r2735.5f2a71b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/luakit/luakit
arch = x86_64
arch = i686
license = GPL3
makedepends = help2man
makedepends = git
- depends = webkitgtk2
+ depends = webkit2gtk
depends = lua51-filesystem
depends = libunique
depends = luajit
diff --git a/PKGBUILD b/PKGBUILD
index 2a5292234bf2..d99a59df5166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=luakit-git
gitname=luakit
pkgver=r2735.5f2a71b
-pkgrel=1
+pkgrel=2
pkgdesc='Browser framework based on Webkit and Lua'
arch=('x86_64' 'i686')
url='https://github.com/luakit/luakit'
@@ -15,7 +15,7 @@ license=('GPL3')
makedepends=('help2man' 'git')
provides=('luakit')
conflicts=('luakit')
-depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'luajit')
+depends=('webkit2gtk' 'lua51-filesystem' 'libunique' 'luajit')
backup=('etc/xdg/luakit/binds.lua'
'etc/xdg/luakit/globals.lua'
'etc/xdg/luakit/modes.lua'