summaryrefslogtreecommitdiff
path: root/community/cppcheck
diff options
context:
space:
mode:
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 cad5b8271..adc0523aa 100644
--- a/community/cppcheck/PKGBUILD
+++ b/community/cppcheck/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 87448 2013-03-31 20:30:15Z stephane $
+# $Id: PKGBUILD 92619 2013-06-10 06:38:48Z bpiotrowski $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=cppcheck
-pkgver=1.59
+pkgver=1.60.1
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@ license=('GPL')
depends=('pcre' 'qt4')
makedepends=('docbook-xsl')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('686effdfa6f2ca3369d7d52e54c6fd2db2d06d97')
+sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
make
- make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.0/manpages/docbook.xsl man
+ make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
cd gui
export HAVE_RULES=yes