summaryrefslogtreecommitdiff
path: root/community/cppcheck
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-01 09:30:54 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-01 09:30:54 +0200
commitde07e6523dc20f8974ff7252fa3cd85889edcd31 (patch)
tree68fbecb38319faa111bf4ada3bc10deb2c426d09 /community/cppcheck
parente1e2e8d3cae181f786ecc988e86152a99ad882a8 (diff)
parentc623429f33c434cb1cb11974d9e71f48dd5a881f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/bitcoin/PKGBUILD community/gnash/PKGBUILD community/picard/PKGBUILD community/python2-tagpy/PKGBUILD community/sigil/PKGBUILD extra/avogadro/PKGBUILD extra/barcode/PKGBUILD extra/libpst/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/vigra/PKGBUILD
Diffstat (limited to 'community/cppcheck')
-rw-r--r--community/cppcheck/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD
index 46bba2d05..e32af2610 100644
--- a/community/cppcheck/PKGBUILD
+++ b/community/cppcheck/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 85339 2013-03-01 10:29:27Z andrea $
+# $Id: PKGBUILD 87448 2013-03-31 20:30:15Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=cppcheck
-pkgver=1.58
-pkgrel=2
+pkgver=1.59
+pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('i686' 'x86_64' 'mips64el')
url="http://cppcheck.wiki.sourceforge.net/"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('pcre' 'qt4')
makedepends=('docbook-xsl')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c7f597c600c30b1a5e9c6b3228a11e9872d562e5')
+sha1sums=('686effdfa6f2ca3369d7d52e54c6fd2db2d06d97')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@ build() {
cd gui
export HAVE_RULES=yes
- qmake
+ qmake-qt4
make
}