summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-12-11 19:19:12 +0100
committersl1pkn072015-12-11 19:19:12 +0100
commit9a16b341308b2d23200af1b6d4eb57854ab153ad (patch)
treee836a9779afaf555ee64ba52dcb069589d73b718 /PKGBUILD
parent570418ace9b89f28e39c4a47a402c9c340fbba88 (diff)
downloadaur-wxpython-light.tar.gz
gcc (abi) rebuild
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}"