summaryrefslogtreecommitdiff
path: root/community/cppcheck
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-06 13:53:51 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-06 13:53:51 -0300
commita41239c941341e3c2017c6d3644e2cce0f1badf2 (patch)
treeefc401addf8099fa96ecaff2dea962b2cdbc813b /community/cppcheck
parentd333dde0a4d6295e9530ab8e988efa1d654e8716 (diff)
parent85e0e667660650d70269432a90401d4288776d9d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/frei0r-plugins/PKGBUILD extra/cairo/PKGBUILD extra/libxml++/PKGBUILD
Diffstat (limited to 'community/cppcheck')
-rw-r--r--community/cppcheck/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD
index 295f3948f..d3ada24cd 100644
--- a/community/cppcheck/PKGBUILD
+++ b/community/cppcheck/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 76074 2012-09-10 20:04:41Z stephane $
+# $Id: PKGBUILD 79443 2012-11-05 16:58:53Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=cppcheck
-pkgver=1.56
+pkgver=1.57
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('pcre' 'qt')
makedepends=('docbook-xsl')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('63999e1a492f73408fcad87b4bef3c2775feb7e5')
+sha1sums=('4753472689fdcb4276fde55e6e984597c87921bd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"