summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTommy Jerry Mairo2016-09-05 11:06:51 -0700
committerTommy Jerry Mairo2016-09-05 11:06:51 -0700
commite5c3e0b183865d08224c49a8d39ead8fcd04a68d (patch)
tree369c0ed10a71474c555b6862dbda3c055ac160a2 /PKGBUILD
parent7f7831e10bc2223ddb81e2b7a22634875bd57477 (diff)
downloadaur-e5c3e0b183865d08224c49a8d39ead8fcd04a68d.tar.gz
Update to wx3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a5bb57da50c..bd16008072a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ build() {
--enable-optimize \
--enable-mmap \
--enable-ccache \
- --with-wxversion=2.8
+ --with-wxversion=3.0
make -j`cat /proc/cpuinfo |grep "processor"|wc -l`
}