summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3c91a0ceac7..180c715c4b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wxpython-phoenix-git
pkgver=r3413.f04d103b
-pkgrel=2
+pkgrel=3
pkgdesc="Python 3 implementation of the WxPython UI library"
arch=('x86_64' 'i686')
url="https://github.com/wxWidgets/Phoenix"
@@ -13,7 +13,7 @@ source=("$pkgname::git+${url}"
"git+https://github.com/wxWidgets/wxWidgets.git")
md5sums=('SKIP' 'SKIP')
provides=('wxpython-phoenix')
-conflicts=('wxpython-phoenix-bin')
+conflicts=('wxpython-phoenix-bin' 'python-wxpython')
pkgver() {
cd "$srcdir/$pkgname"