summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorase15902017-07-22 12:41:49 -0500
committerase15902017-07-22 12:41:49 -0500
commit5c3005ae9fdb084acc153a02b2a6cb354522378c (patch)
tree5a9b98bb472b6671e1ba60735fba828e4242826c
parenta7b55bced3f4424aebe5125b5c3b4b5a101943b9 (diff)
downloadaur-5c3005ae9fdb084acc153a02b2a6cb354522378c.tar.gz
removed wxgtk dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3f7f55f76b0..67ee629458a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxpython-phoenix-git
pkgdesc = Python 3 implementation of the WxPython UI library
pkgver = r3225.g172bd50d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wxWidgets/Phoenix
arch = x86_64
arch = i686
@@ -19,7 +19,6 @@ pkgbase = wxpython-phoenix-git
makedepends = gtk3
makedepends = webkit2gtk
depends = python
- depends = wxgtk
provides = wxpython-phoenix
conflicts = wxpython-phoenix-bin
source = wxpython-phoenix-git::git+https://github.com/wxWidgets/Phoenix
diff --git a/PKGBUILD b/PKGBUILD
index 643619a8744a..d1125ec1154e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=wxpython-phoenix-git
pkgver=r3225.g172bd50d
-pkgrel=1
+pkgrel=2
pkgdesc="Python 3 implementation of the WxPython UI library"
arch=('x86_64' 'i686')
url="https://github.com/wxWidgets/Phoenix"
license=('custom:wxWindows')
-depends=('python' 'wxgtk')
+depends=('python')
makedepends=('mesa' 'glu' 'git' 'libpng' 'libjpeg-turbo' 'libtiff' 'sdl' 'gst-plugins-base' 'libnotify' 'freeglut' 'gtk3' 'webkit2gtk')
source=("$pkgname::git+${url}"
"git+https://github.com/wxWidgets/wxWidgets.git")