summaryrefslogtreecommitdiff
path: root/community/cppcheck
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-28 02:33:58 -0700
committerroot <root@rshg054.dnsready.net>2013-09-28 02:33:58 -0700
commitc900355ac24fb238dbd0d8f6253a629561f78bee (patch)
tree2a8e1791c3b6f664ecab07e8a37e8116ad29eb50 /community/cppcheck
parent9cb59f16908b4c0f3f6901ccf376e1a37ea29c3a (diff)
Sat Sep 28 02:32:51 PDT 2013
Diffstat (limited to 'community/cppcheck')
-rw-r--r--community/cppcheck/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD
index f6a9528d9..77a7f7fb3 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')
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
}