diff options
author | root <root@rshg054.dnsready.net> | 2013-01-20 00:52:25 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-20 00:52:25 -0800 |
commit | 949fa4e5ed405aaddcebff7e21008f03cdffa580 (patch) | |
tree | 8178ba1e77fb2359541090bac532c8142f63cdef /community/cppcheck/PKGBUILD | |
parent | 3ed92d43351cfc0eeccb646d7726ef07cdeae33b (diff) |
Sun Jan 20 00:52:22 PST 2013
Diffstat (limited to 'community/cppcheck/PKGBUILD')
-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 6b2b58c2a..c6d4eb2f2 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 79443 2012-11-05 16:58:53Z stephane $ +# $Id: PKGBUILD 82520 2013-01-20 01:50:26Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=cppcheck -pkgver=1.57 +pkgver=1.58 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('pcre' 'qt') makedepends=('docbook-xsl') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('4753472689fdcb4276fde55e6e984597c87921bd') +sha1sums=('c7f597c600c30b1a5e9c6b3228a11e9872d562e5') build() { cd "${srcdir}/${pkgname}-${pkgver}" |