summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-08-15 15:42:43 +0300
committerCaleb Maclennan2018-08-15 15:42:43 +0300
commitd71f19bb7fc41ad34fafe239bcf4c002096eba3b (patch)
treea562d831b4b4e139a2ecf3aacaeec97b76d63cf7
parent7f387754c11031239f1b87bd2371f2990fc6597a (diff)
downloadaur-d71f19bb7fc41ad34fafe239bcf4c002096eba3b.tar.gz
Show missing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d4dfaf526e7..f9cf2185ff61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 3 10:20:30 UTC 2018
+# Wed Aug 15 12:41:48 UTC 2018
pkgbase = wxlua
pkgdesc = A set of bindings to the wxWidgets library for the Lua programming language.
pkgver = 2.8.12.3
- pkgrel = 3
+ pkgrel = 4
url = http://wxlua.sourceforge.net
install = wxlua.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = wxlua
depends = desktop-file-utils
depends = wxgtk2.8
depends = webkitgtk2
+ optdepends = webkit2gtk
provides = wxstedit
conflicts = wxstedit
source = http://downloads.sourceforge.net/wxlua/wxlua/2.8.12.3/wxLua-2.8.12.3-src.tar.gz
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')