summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c2d77004da2..9c8c8eefd236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,19 @@
pkgname=wxpython-light
pkgver=3.0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A wxWidgets GUI toolkit for Python (GNOME/GStreamer free!)"
arch=('i686' 'x86_64')
license=('custom:wxWindows')
-url="http://www.wxpython.org"
-depends=('wxgtk-light' 'python2-opengl' 'python2-cairo')
-makedepends=('git' 'svn' 'mesa')
+url='http://www.wxpython.org'
+depends=('wxgtk-light'
+ 'python2-opengl'
+ 'python2-cairo'
+ )
+makedepends=('git'
+ 'svn'
+ 'mesa'
+ )
provides=('wxpython')
conflicts=('wxpython')
source=("git+https://github.com/wxWidgets/wxPython.git#tag=wxPy-${pkgver}"