diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-14 13:56:57 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-14 13:56:57 -0300 |
commit | 2a5d7fae98236635f0b42f281b98c7fa878651b2 (patch) | |
tree | 70dd342f375174900d28e203fa4cca8162c5ffc8 /community/cppcheck/PKGBUILD | |
parent | 342f33686394ec009cb900cbb583997521ff362c (diff) | |
parent | f4dcb5cb43b68e265512a03a160bdda634818b43 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/lorcon-old-svn/PKGBUILD
extra/ristretto/PKGBUILD
libre/texlive-bin-libre/PKGBUILD
multilib/lib32-util-linux/PKGBUILD
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 66b96cc50..494b709c0 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' 'mips64el') @@ -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}" |