summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2018-08-15 15:42:43 +0300
committerCaleb Maclennan2018-08-15 15:42:43 +0300
commitd71f19bb7fc41ad34fafe239bcf4c002096eba3b (patch)
treea562d831b4b4e139a2ecf3aacaeec97b76d63cf7 /PKGBUILD
parent7f387754c11031239f1b87bd2371f2990fc6597a (diff)
downloadaur-d71f19bb7fc41ad34fafe239bcf4c002096eba3b.tar.gz
Show missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3e5bfb65ba1..6a43cda6af70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: Albert Kugel (Lastebil) (lastebilaur@trebel.org)
-# Contributor : speps <speps at aur dot archlinux dot org>
-# Contributor: Eric Forgeot < http://ifiction.free.fr >
-# Submitter: favardin
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Contributor: Albert Kugel (Lastebil) <lastebilaur@trebel.org>
+# Contributor: speps <speps@aur.archlinux.org>
+# Contributor: Eric Forgeot <http://ifiction.free.fr>
+# Contributor: favardin
pkgname=wxlua
pkgver=2.8.12.3
-pkgrel=3
+pkgrel=4
pkgdesc="A set of bindings to the wxWidgets library for the Lua programming language."
arch=('i686' 'x86_64')
url="http://wxlua.sourceforge.net"
license=('custom:wxWindows')
-depends=('lua52' 'desktop-file-utils' 'wxgtk2.8' 'webkitgtk2' )
+depends=('lua52' 'desktop-file-utils' 'wxgtk2.8' 'webkitgtk2')
+optdepends=('webkit2gtk')
makedepends=('cmake')
provides=('wxstedit')
conflicts=('wxstedit')