qt-installer-framework: bump pkgver to test size with -Os

This commit is contained in:
Ray Donnelly
2014-05-10 01:47:57 +01:00
parent 375b9c4f8b
commit e200b65991

View File

@@ -5,15 +5,15 @@ _mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-qt-${_realname}-git"
pkgdesc="The Qt Installer Framework used for the Qt SDK installer"
pkgver=r2098.be32157
pkgrel=2
pkgrel=3
arch=('any')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
provides=("${_mingw_suff}-qt-${_realname}")
makedepends=("${_mingw_suff}-qt5-static" "${_mingw_suff}-gcc"
"${_mingw_suff}-make")
#options=('strip' 'staticlibs')
options=('!strip' 'debug' 'staticlibs')
options=('strip' 'staticlibs')
#options=('!strip' 'debug' 'staticlibs')
source=("${_realname}"::"git://gitorious.org/${_realname}/${_realname}.git"
"0001-add-installation-stuff-to-pro-files.patch"
"0002-add-recursive-option-to-rmdir-operation.patch"