summaryrefslogtreecommitdiff
path: root/community/cppcheck
diff options
context:
space:
mode:
Diffstat (limited to 'community/cppcheck')
-rw-r--r--community/cppcheck/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD
index 7f645a576..28fb38e4b 100644
--- a/community/cppcheck/PKGBUILD
+++ b/community/cppcheck/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 97709 2013-09-27 18:17:34Z jelle $
+# $Id: PKGBUILD 98518 2013-10-12 16:47:42Z jelle $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=cppcheck
-pkgver=1.61
-pkgrel=2
+pkgver=1.62.1
+pkgrel=1
pkgdesc="A tool for static C/C++ code analysis"
arch=('i686' 'x86_64' 'mips64el')
url="http://cppcheck.wiki.sourceforge.net/"
license=('GPL')
depends=('qt5-base')
makedepends=('docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('2494a603bd505cc6ae5bd67286410a66cf7996b2')
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"