diff options
author | root <root@rshg054.dnsready.net> | 2011-09-16 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-16 23:14:49 +0000 |
commit | 0669684720f97826696e11d1053f82108cd03a74 (patch) | |
tree | 90866b6eca3d4398c554c39f2d00831447ca5d43 /community/cppcheck | |
parent | 062d1ba2c4d5de52d97f339c5a3ac1199b8533f6 (diff) |
Fri Sep 16 23:14:49 UTC 2011
Diffstat (limited to 'community/cppcheck')
-rw-r--r-- | community/cppcheck/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index e1598e189..ddab85731 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 50806 2011-07-01 15:04:30Z stephane $ +# $Id: PKGBUILD 55608 2011-09-15 21:38:48Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=cppcheck -pkgver=1.49 +pkgver=1.50 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') depends=('pcre') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('d04c1b207aca59f845aac57de3b08f44168d5aa9') +sha1sums=('39ad14cb4cb9caa45fd3365203c5f54981ee2870') build() { cd "${srcdir}/${pkgname}-${pkgver}" |