diff options
author | root <root@rshg054.dnsready.net> | 2011-12-13 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-13 23:14:49 +0000 |
commit | f4dcb5cb43b68e265512a03a160bdda634818b43 (patch) | |
tree | 9000841b67cefbce37255cb4d728e80bd5a11586 /community/cppcheck/PKGBUILD | |
parent | cb9c375209c236c16557878a1b864f91de27b88d (diff) |
Tue Dec 13 23:14:49 UTC 2011
Diffstat (limited to 'community/cppcheck/PKGBUILD')
-rw-r--r-- | community/cppcheck/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index 186d4cae9..b94a1b1ae 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,7 +1,8 @@ -# $Id: PKGBUILD 56835 2011-10-14 14:22:51Z stephane $ +# $Id: PKGBUILD 60373 2011-12-12 11:44:22Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> + pkgname=cppcheck -pkgver=1.51 +pkgver=1.52 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') @@ -9,7 +10,7 @@ url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') depends=('pcre') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('d6774e123b9fa086cb6cc3722743e1de7a1f0b0c') +sha1sums=('56cc54f9d0af41dcfee5560e897fd3e1357712bc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |