summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Papakostas2018-04-12 11:19:43 -0500
committerJason Papakostas2018-04-12 11:19:43 -0500
commit1dee61338a2984968597d82173bdd4d371d073c6 (patch)
tree327c02d69120c426c19b04966ff8b3abfac8e970
parent4a85b89af17b6b9359a5288aec2ab9d818129ef2 (diff)
downloadaur-1dee61338a2984968597d82173bdd4d371d073c6.tar.gz
cpplint 456.r38
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2193e75d5de2..25e40889b85a 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.r37
+ pkgver = 456.r38
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=099f059086b4250aa0d2546ea3115aae95597ffd
+ source = styleguide::git+https://github.com/google/styleguide.git#commit=b280a7312455e0310173a60673076ecc4b077290
sha256sums = SKIP
pkgname = cpplint
diff --git a/PKGBUILD b/PKGBUILD
index 5cec815231b4..c6c67381ed68 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.r37'
-_commit=099f059086b4250aa0d2546ea3115aae95597ffd
+pkgver='456.r38'
+_commit=b280a7312455e0310173a60673076ecc4b077290
pkgrel=1
pkgdesc="Automated checker to make sure a C++ file follows Google's C++ style guide."
arch=('any')