diff options
-rw-r--r-- | testing/luakit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/luakit/APKBUILD b/testing/luakit/APKBUILD index 0fb5de5f19..2c284cb799 100644 --- a/testing/luakit/APKBUILD +++ b/testing/luakit/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=luakit pkgver=2017.08.10 -pkgrel=1 +pkgrel=2 pkgdesc="Fast, small, webkit based browser framework extensible by Lua" url="https://github.com/luakit/luakit" arch="all" license="GPL3" -depends="lua5.1-filesystem lua5.1-luassert luajit-dev" +depends="lua5.1-filesystem lua5.1-luassert" depends_dev="" -makedepends="webkit2gtk-dev" +makedepends="webkit2gtk-dev luajit-dev" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz |