summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7da5894ac84..826c556c20e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cpplint
pkgdesc = Automated checker to make sure a C++ file follows Google's C++ style guide.
- pkgver = 456.r42
+ pkgver = 456.r43
pkgrel = 1
url = https://google.github.io/styleguide/cppguide.html
arch = any
license = custom:BSD3
makedepends = git
depends = python2
- source = styleguide::git+https://github.com/google/styleguide.git#commit=08268efb062ca77eb623e5745a2b11424f5951e0
+ source = styleguide::git+https://github.com/google/styleguide.git#commit=6c31e522d9173e2e07f6b026ecbfe6e48fe20383
sha256sums = SKIP
pkgname = cpplint
diff --git a/PKGBUILD b/PKGBUILD
index 58f9deb3662b..610feb64abc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jason Papakostas <vithos@gmail.com>
# Contributor: Liganic <liganic-aur@gmx.net>
pkgname=cpplint
-pkgver='456.r42'
-_commit=08268efb062ca77eb623e5745a2b11424f5951e0
+pkgver='456.r43'
+_commit=6c31e522d9173e2e07f6b026ecbfe6e48fe20383
pkgrel=1
pkgdesc="Automated checker to make sure a C++ file follows Google's C++ style guide."
arch=('any')