summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarco Kundt2016-05-22 11:30:42 +0200
committerMarco Kundt2016-05-22 11:30:42 +0200
commit9b6162e9ae23bf57b3e55da8832a07e6046cfb03 (patch)
tree8b9f0ebfd0e3a711574427569fa429c40bedc5ac /PKGBUILD
parent44708b4e209d7b27bf29310e5f46a0395b95d82b (diff)
downloadaur-9b6162e9ae23bf57b3e55da8832a07e6046cfb03.tar.gz
bump to version 1.73
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"