summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-04-13 02:23:18 +1000
committerdaurnimator2018-04-13 02:23:18 +1000
commit51631a31b437418ffc397d7049c9c13c5fedcafa (patch)
tree230718b56e3cc4ad25ead90bae03223dd701ea7a
parent8baf6a639f4453d8fbd92746e433182b52bfec34 (diff)
downloadaur-51631a31b437418ffc397d7049c9c13c5fedcafa.tar.gz
Add missing webkit2gtk dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d948144a7269..05cda318d337 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = lua-yue-bin
pkgdesc = Lua bindings to Yue: A library for creating native cross-platform GUI apps.
pkgver = 0.4.0
- pkgrel = 0
+ pkgrel = 1
url = http://libyue.com/
arch = i686
arch = x86_64
license = LGPL
+ depends = webkit2gtk
source = https://github.com/yue/yue/releases/download/v0.4.0/lua_yue_lua_5.3_v0.4.0_linux_x64.zip
md5sums = b8911506da6041d0e2f6ad80e05e4324
diff --git a/PKGBUILD b/PKGBUILD
index 16a973682c5d..79b425cad1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=lua-yue-bin
pkgver=0.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="Lua bindings to Yue: A library for creating native cross-platform GUI apps."
arch=('i686' 'x86_64')
url="http://libyue.com/"
license=('LGPL')
+depends=('webkit2gtk')
source=(
"https://github.com/yue/yue/releases/download/v${pkgver}/lua_yue_lua_5.3_v${pkgver}_linux_x64.zip"