[arch-commits] Commit in cppcheck/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at nymeria.archlinux.org
Sun Mar 31 20:29:27 UTC 2013
Date: Sunday, March 31, 2013 @ 22:29:26
Author: stephane
Revision: 87447
upgpkg: cppcheck 1.59-1
upstream update
Modified:
cppcheck/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-31 19:54:32 UTC (rev 87446)
+++ PKGBUILD 2013-03-31 20:29:26 UTC (rev 87447)
@@ -2,8 +2,8 @@
# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
pkgname=cppcheck
-pkgver=1.58
-pkgrel=2
+pkgver=1.59
+pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('i686' 'x86_64')
url="http://cppcheck.wiki.sourceforge.net/"
@@ -11,7 +11,7 @@
depends=('pcre' 'qt4')
makedepends=('docbook-xsl')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('c7f597c600c30b1a5e9c6b3228a11e9872d562e5')
+sha1sums=('686effdfa6f2ca3369d7d52e54c6fd2db2d06d97')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@
cd gui
export HAVE_RULES=yes
- qmake
+ qmake-qt4
make
}
More information about the arch-commits
mailing list