diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-04 12:13:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-04 12:13:12 -0300 |
commit | 2d71292ee6ddd4970f593975fd652be1d820f92c (patch) | |
tree | 82377d0e84fc4a0a04066d4733dae49484a5225a /community/cppcheck | |
parent | d734cc3a77cdc6960cbd72f3f8c680612342f24d (diff) | |
parent | 067b127a853780b2b4ae7236dcdaaf72396dfa86 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
libre/icecat/PKGBUILD
multilib/lib32-v4l-utils/PKGBUILD
multilib/nspluginwrapper/PKGBUILD
testing/libreoffice/PKGBUILD
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 1e8718b8b..f98fa3be3 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 45163 2011-04-18 02:26:25Z stephane $ +# $Id: PKGBUILD 50806 2011-07-01 15:04:30Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=cppcheck -pkgver=1.48 +pkgver=1.49 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64' 'mips64el') @@ -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=('10cf38034148b7cb258840febe620ba397114fd1') +sha1sums=('d04c1b207aca59f845aac57de3b08f44168d5aa9') build() { cd "${srcdir}/${pkgname}-${pkgver}" |