summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ee11cd8c964..0ccf365f5925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 6 00:56:05 UTC 2015
pkgbase = cppcheck-nox
pkgdesc = A tool for static C/C++ code analysis without the GUI
- pkgver = 1.70
+ pkgver = 1.71
pkgrel = 1
url = http://cppcheck.wiki.sourceforge.net/
arch = i686
@@ -10,8 +12,8 @@ pkgbase = cppcheck-nox
makedepends = python
depends = python-pygments
optdepends = pcre: searching regex with cppcheck
- source = https://github.com/danmar/cppcheck/archive/1.70.tar.gz
- sha256sums = 4095de598b5cce9a06e90458a90f46e0307baeaab8a947dae73f287eda3c171f
+ source = https://github.com/danmar/cppcheck/archive/1.71.tar.gz
+ sha256sums = 49f8d44516a1534eb01e3cc8300d60c3577c5e4339336defaf213d08ff914f1b
pkgname = cppcheck-nox
diff --git a/PKGBUILD b/PKGBUILD
index 55ea43993828..b1b3f8e19a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cppcheck-nox
_pkgname=cppcheck
-pkgver=1.70
+pkgver=1.71
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis without the GUI"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('python-pygments')
makedepends=('docbook-xsl' 'python')
optdepends=('pcre: searching regex with cppcheck')
source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha256sums=('4095de598b5cce9a06e90458a90f46e0307baeaab8a947dae73f287eda3c171f')
+sha256sums=('49f8d44516a1534eb01e3cc8300d60c3577c5e4339336defaf213d08ff914f1b')
build() {
cd "${_pkgname}-${pkgver}"