summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Papakostas2019-11-20 10:06:54 -0600
committerJason Papakostas2019-11-20 10:06:54 -0600
commitf32abbb1241f42559156e0b1f0bb3251a2ea112d (patch)
treebe3975f8d1d5699d10ddea391590390b3770132b
parent9bf3e065ae4976baf032c2b39469b60f8918c20a (diff)
downloadaur-f32abbb1241f42559156e0b1f0bb3251a2ea112d.tar.gz
cpplint 456.r41
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfebb2ba309e..9c3d229b3811 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.r40
+ pkgver = 456.r41
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=43d512ba13014d31f96053c0cdf299775681bc73
+ source = styleguide::git+https://github.com/google/styleguide.git#commit=26470f9ccb354ff2f6d098f831271a1833701b28
sha256sums = SKIP
pkgname = cpplint
diff --git a/PKGBUILD b/PKGBUILD
index c371bdc9afbd..94f7cbb3a6bb 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.r40'
-_commit=43d512ba13014d31f96053c0cdf299775681bc73
+pkgver='456.r41'
+_commit=26470f9ccb354ff2f6d098f831271a1833701b28
pkgrel=1
pkgdesc="Automated checker to make sure a C++ file follows Google's C++ style guide."
arch=('any')