summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Kundt2016-05-22 11:30:42 +0200
committerMarco Kundt2016-05-22 11:30:42 +0200
commit9b6162e9ae23bf57b3e55da8832a07e6046cfb03 (patch)
tree8b9f0ebfd0e3a711574427569fa429c40bedc5ac
parent44708b4e209d7b27bf29310e5f46a0395b95d82b (diff)
downloadaur-9b6162e9ae23bf57b3e55da8832a07e6046cfb03.tar.gz
bump to version 1.73
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d983a2acaf77..c6e1b3fa1759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 15:07:25 UTC 2016
+# Sun May 22 09:30:06 UTC 2016
pkgbase = cppcheck-nox
pkgdesc = A tool for static C/C++ code analysis without the GUI
- pkgver = 1.72
+ pkgver = 1.73
pkgrel = 1
- url = http://cppcheck.wiki.sourceforge.net/
+ url = http://cppcheck.sourceforge.net/
arch = i686
arch = x86_64
license = GPL
@@ -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.72.tar.gz
- sha256sums = c718949e1ec22a8a0dca7e2953a55c502ef65e53ff9922fb91759388618faa7f
+ source = https://github.com/danmar/cppcheck/archive/1.73.tar.gz
+ sha256sums = 938d792c9399233b551bd9991d6842f353fa8dad973d5e457b78be66646c8b8f
pkgname = cppcheck-nox
diff --git a/PKGBUILD b/PKGBUILD
index 9ce606e8c2fc..600713457cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=cppcheck-nox
_pkgname=cppcheck
-pkgver=1.72
+pkgver=1.73
pkgrel=1
pkgdesc="A tool for static C/C++ code analysis without the GUI"
arch=('i686' 'x86_64')
-url="http://cppcheck.wiki.sourceforge.net/"
+url="http://cppcheck.sourceforge.net/"
license=('GPL')
depends=('python-pygments')
makedepends=('docbook-xsl' 'python')
optdepends=('pcre: searching regex with cppcheck')
source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha256sums=('c718949e1ec22a8a0dca7e2953a55c502ef65e53ff9922fb91759388618faa7f')
+sha256sums=('938d792c9399233b551bd9991d6842f353fa8dad973d5e457b78be66646c8b8f')
build() {
cd "${_pkgname}-${pkgver}"