diff options
Diffstat (limited to 'community/cppcheck/PKGBUILD')
-rw-r--r-- | community/cppcheck/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index f1b3f07b7..7f645a576 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 95268 2013-08-08 11:40:15Z jelle $ +# $Id: PKGBUILD 97709 2013-09-27 18:17:34Z jelle $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=cppcheck pkgver=1.61 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64' 'mips64el') url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') -depends=('qt4') +depends=('qt5-base') makedepends=('docbook-xsl') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c') @@ -20,7 +20,7 @@ build() { cd gui export HAVE_RULES=yes - qmake-qt4 + qmake make } |