mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qt5 to 5.0.1-10.1
This commit is contained in:
parent
4e94ce1bae
commit
96fc150d43
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ pkgname=('qt5-base'
|
|||
'qt5-webkit'
|
||||
'qt5-xmlpatterns')
|
||||
pkgver=5.0.1
|
||||
pkgrel=10
|
||||
pkgrel=10.1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL')
|
||||
|
@ -48,7 +48,7 @@ md5sums=('00a577bd88e682d1b4d01d41d1d699cf'
|
|||
build() {
|
||||
cd ${_pkgfqn}
|
||||
|
||||
MAKEFLAGS="-j2"
|
||||
MAKEFLAGS="-j3"
|
||||
|
||||
export QTDIR="${srcdir}"/${_pkgfqn}
|
||||
export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
|
||||
|
|
Loading…
Reference in a new issue