summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b817dfe8c8c3..ef2d026fbc69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxpython-light
pkgdesc = A wxWidgets GUI toolkit for Python (GNOME/GStreamer free!)
pkgver = 3.0.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.wxpython.org
arch = i686
arch = x86_64
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}"