summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a9e13727b79..8d0251a3a9fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wxpython-dev
pkgdesc = Cross-platform GUI toolkit. Developer version
pkgver = 4.2.1a1.dev5556+2f2624b1
- pkgrel = 1
+ pkgrel = 2
url = https://www.wxpython.org
arch = x86_64
license = custom:wxWindows
diff --git a/PKGBUILD b/PKGBUILD
index 7635ccd1d43e..bd90d5f8579e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-wxpython-dev
_pkgname=wxPython
pkgver=4.2.1a1.dev5556+2f2624b1
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform GUI toolkit. Developer version'
arch=('x86_64')
license=('custom:wxWindows')
@@ -23,7 +23,7 @@ sha512sums=('95c1eda2431129521c4a0b05344d249d14da252dc91653c12617973144c8e96602f
build() {
cd "$_pkgname-$pkgver"
- python build.py build --release
+ python build.py dox etg --nodoc build --release
}
check() {