diff options
Diffstat (limited to 'extra/qt4/PKGBUILD')
-rw-r--r-- | extra/qt4/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/qt4/PKGBUILD b/extra/qt4/PKGBUILD index abf407220..f46993815 100644 --- a/extra/qt4/PKGBUILD +++ b/extra/qt4/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 196771 2013-10-18 14:56:57Z andrea $ +# $Id: PKGBUILD 197140 2013-10-22 17:14:15Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=qt4 pkgver=4.8.5 -pkgrel=3 +pkgrel=5 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL' 'FDL' 'custom') @@ -24,9 +24,9 @@ optdepends=('qtchooser: set the default Qt toolkit' 'libxfixes: Xfixes support' 'icu: Unicode support') install="${pkgname}.install" -options=('!libtool') replaces=('qt<=4.8.4') conflicts=('qt') +options=('staticlibs') # libQtUiTools builds as static only _pkgfqn="qt-everywhere-opensource-src-${pkgver}" source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz" 'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop' |