summaryrefslogtreecommitdiff
path: root/community/cppcheck/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
commit39e9111d76d232d65ca0c43285dea5bd5d58d28e (patch)
tree0c3db28c33246728e109f38902759fa8dfc998b3 /community/cppcheck/PKGBUILD
parent20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (diff)
Sun Oct 13 00:49:56 PDT 2013
Diffstat (limited to 'community/cppcheck/PKGBUILD')
-rw-r--r--community/cppcheck/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD
index 77a7f7fb3..261d32e4a 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')
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}"