diff options
author | root <root@rshg054.dnsready.net> | 2013-08-09 01:49:58 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-09 01:49:58 -0700 |
commit | 7978ce3c736ef00274d5956c378df572315702bd (patch) | |
tree | d7ad3d3505e9a534455353724fe110d23813e67e /community/cppcheck/PKGBUILD | |
parent | d65d13a9fb3099310bb7736be11ee0724dde2dc7 (diff) |
Fri Aug 9 01:49:55 PDT 2013
Diffstat (limited to 'community/cppcheck/PKGBUILD')
-rw-r--r-- | community/cppcheck/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index adc0523aa..f6a9528d9 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 92619 2013-06-10 06:38:48Z bpiotrowski $ +# $Id: PKGBUILD 95268 2013-08-08 11:40:15Z jelle $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=cppcheck -pkgver=1.60.1 +pkgver=1.61 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') -depends=('pcre' 'qt4') +depends=('qt4') makedepends=('docbook-xsl') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a') +sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c') build() { cd "${srcdir}/${pkgname}-${pkgver}" |