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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Wed Feb 20 01:47:14 UTC 2013


    Date: Wednesday, February 20, 2013 @ 02:47:13
  Author: stephane
Revision: 84571

upgpkg: cppcheck 1.58-2

qt -> qt4

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 23:00:42 UTC (rev 84570)
+++ PKGBUILD	2013-02-20 01:47:13 UTC (rev 84571)
@@ -3,12 +3,12 @@
 
 pkgname=cppcheck
 pkgver=1.58
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('i686' 'x86_64')
 url="http://cppcheck.wiki.sourceforge.net/"
 license=('GPL')
-depends=('pcre' 'qt')
+depends=('pcre' 'qt4')
 makedepends=('docbook-xsl')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('c7f597c600c30b1a5e9c6b3228a11e9872d562e5')
@@ -16,7 +16,7 @@
 build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make
-   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.77.1/manpages/docbook.xsl man
+   make DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.0/manpages/docbook.xsl man
 
    cd gui
    export HAVE_RULES=yes 




More information about the arch-commits mailing list