summaryrefslogtreecommitdiff
path: root/community/cppcheck/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cppcheck/PKGBUILD')
-rw-r--r--community/cppcheck/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD
index 93881e261..f1b3f07b7 100644
--- a/community/cppcheck/PKGBUILD
+++ b/community/cppcheck/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 92619 2013-06-10 06:38:48Z bpiotrowski $
+# $Id: PKGBUILD 95268 2013-08-08 11:40:15Z jelle $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=cppcheck
-pkgver=1.60.1
+pkgver=1.61
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('i686' 'x86_64' 'mips64el')
url="http://cppcheck.wiki.sourceforge.net/"
license=('GPL')
-depends=('pcre' 'qt4')
+depends=('qt4')
makedepends=('docbook-xsl')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
+sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"