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

Jelle van der Waa jelle at nymeria.archlinux.org
Wed Jan 8 08:36:32 UTC 2014


    Date: Wednesday, January 8, 2014 @ 09:36:32
  Author: jelle
Revision: 103593

upgpkg: cppcheck 1.63.1-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-08 07:34:59 UTC (rev 103592)
+++ PKGBUILD	2014-01-08 08:36:32 UTC (rev 103593)
@@ -2,7 +2,7 @@
 # Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
 
 pkgname=cppcheck
-pkgver=1.62.1
+pkgver=1.63.1
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
@@ -11,9 +11,8 @@
 depends=('qt5-base')
 makedepends=('docbook-xsl')
 source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('2494a603bd505cc6ae5bd67286410a66cf7996b2')
+sha1sums=('19ad7251603356a82dc75a836dfad9629a3d12a0')
 
-
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make




More information about the arch-commits mailing list