summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Powell2019-02-20 00:07:02 -0600
committerRay Powell2019-02-20 00:07:02 -0600
commit1bd07f1673d40c8be68f6d0a108a3654e4debb3e (patch)
tree2ec2a060b326b46bafd8dc20330a382c57e7236a
parentd4f14bdde6e34e863aa57b2408a420499ec27d3e (diff)
downloadaur-1bd07f1673d40c8be68f6d0a108a3654e4debb3e.tar.gz
added wxgtk2 and python-setuptools to get build working
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efa0d9de3dc4..c3159d2d94f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Michael Mansell <michael.mansell@gmail.com>
+# Maintainer: Ray Powell <ray+archlinux@xphoniexx.net>
# Contributor: Joe Davison <joedavison.davison@gmail.com>
pkgname=wxlauncher
@@ -22,9 +22,9 @@ license=(GPL2)
# change below if you want to modify the resources intall directory. The default installs it along side fs2_open resources.
resourcesdir=/opt/fs2_open/wxlauncher
-depends=('wxpython' 'python' 'python-markdown' 'openal' 'sdl2')
+depends=('wxpython' 'python' 'python-markdown' 'openal' 'sdl2' 'wxgtk2')
optdepends=('fs2_open')
-makedepends=(cmake)
+makedepends=('cmake' 'python-setuptools')
#prepare() {
#}