summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2019-01-10 12:08:45 +0100
committerJan Cholasta2019-01-10 12:08:45 +0100
commitfe0a315a471cc9f67d7bce95fa6063e12101e31f (patch)
treefaa9693931dcdbfed576154dbabe21178bae2656 /PKGBUILD
parent1bff4c8f4f8caddb75bd4791bd6b8c9e38482340 (diff)
downloadaur-fe0a315a471cc9f67d7bce95fa6063e12101e31f.tar.gz
slade-git-3.1.4+105+g1c78539e-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82995ea12f87..97a908eb1cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=slade
pkgname=${_name}-git
-pkgver=3.1.2+31+g2c4ef9ed
+pkgver=3.1.4+105+g1c78539e
pkgrel=1
pkgdesc='SLADE3 Doom editor (git version)'
arch=('i686' 'x86_64')
@@ -40,11 +40,9 @@ pkgver() {
build() {
cd slade
- ln -sf /usr/bin/wx-config-gtk3 wx-config
-
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_WXPATH=. \
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
.
make
}