summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Kundt2016-06-07 23:41:37 +0200
committerMarco Kundt2016-06-07 23:41:37 +0200
commit2d0c19cd3b1ddb8e4fa088a6a27c86495a9d7309 (patch)
tree11f5b623f8843317400b8e640db7c769bb814ba7
parent9b6162e9ae23bf57b3e55da8832a07e6046cfb03 (diff)
downloadaur-2d0c19cd3b1ddb8e4fa088a6a27c86495a9d7309.tar.gz
bump to 1.74
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e1b3fa1759..21cd355ef035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 22 09:30:06 UTC 2016
+# Tue Jun 7 21:41:10 UTC 2016
pkgbase = cppcheck-nox
pkgdesc = A tool for static C/C++ code analysis without the GUI
- pkgver = 1.73
+ pkgver = 1.74
pkgrel = 1
url = http://cppcheck.sourceforge.net/
arch = i686
@@ -12,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.73.tar.gz
- sha256sums = 938d792c9399233b551bd9991d6842f353fa8dad973d5e457b78be66646c8b8f
+ source = https://github.com/danmar/cppcheck/archive/1.74.tar.gz
+ sha256sums = a7f9657bf458190ea1c994b95333d31d09420198ad8cd010c05d2194cc547fa0
pkgname = cppcheck-nox
diff --git a/PKGBUILD b/PKGBUILD
index 600713457cbb..1592b852f064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cppcheck-nox
_pkgname=cppcheck
-pkgver=1.73
+pkgver=1.74
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=('938d792c9399233b551bd9991d6842f353fa8dad973d5e457b78be66646c8b8f')
+sha256sums=('a7f9657bf458190ea1c994b95333d31d09420198ad8cd010c05d2194cc547fa0')
build() {
cd "${_pkgname}-${pkgver}"