[arch-commits] Commit in cppcheck/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Jun 10 06:38:33 UTC 2013


    Date: Monday, June 10, 2013 @ 08:38:32
  Author: bpiotrowski
Revision: 92618

upgpkg: cppcheck 1.60.1-1

- upstream release

Modified:
  cppcheck/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-10 05:57:18 UTC (rev 92617)
+++ PKGBUILD	2013-06-10 06:38:32 UTC (rev 92618)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
 
 pkgname=cppcheck
-pkgver=1.59
+pkgver=1.60.1
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 depends=('pcre' 'qt4')
 makedepends=('docbook-xsl')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('686effdfa6f2ca3369d7d52e54c6fd2db2d06d97')
+sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
 
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make
-   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.0/manpages/docbook.xsl man
+   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
 
    cd gui
    export HAVE_RULES=yes 




More information about the arch-commits mailing list