summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSwyter2016-11-02 16:48:41 +0100
committerSwyter2016-11-02 16:53:10 +0100
commit34555f5588fc6be2779fa67f0c82f593f4ff4b4f (patch)
tree25fec57ccada7a21223576f930642e10f0d248d0 /PKGBUILD
parent1a146684618b088b90a4f605f11e0c92b9dda2a6 (diff)
downloadaur-34555f5588fc6be2779fa67f0c82f593f4ff4b4f.tar.gz
Update it to 0.0.82e so that it works with cfcohen's Linux/Qt5 port.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f21c288c5939..24fbc0604c54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=openbrf
pkgdesc='Mount&Blade resource editor by Marco Tarini.'
-pkgver=0.0.80
+pkgver=0.0.82e
pkgrel=1
arch=('i686' 'x86_64')
url="https://forums.taleworlds.com/index.php?topic=72279.0"
license=('GPL')
-depends=('qt4' 'glew' 'glu')
+depends=('qt5-base' 'glew' 'glu')
makedepends=('icoutils' 'subversion' 'git')
install=openbrf.install
source=('git+https://github.com/cfcohen/openbrf.git' 'svn://svn.code.sf.net/p/vcg/code/trunk/vcglib')
@@ -30,8 +30,7 @@ build()
# use the correct location for our VCG lib, instead of the custom hardcoded path
sed -e "s/VCGLIB = \/home\/cory\/Source\/VCGLib/VCGLIB = ..\/vcglib/" openBrf.pro --in-place
-
- qmake-qt4 -makefile openBrf.pro
+ qmake -makefile openBrf.pro
make -j 4
}