summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Papakostas2018-05-25 09:48:27 -0500
committerJason Papakostas2018-05-25 09:48:27 -0500
commit9bf3e065ae4976baf032c2b39469b60f8918c20a (patch)
tree2a001e8baecdd8d179d97c2ee32d124d45083df3
parent1dee61338a2984968597d82173bdd4d371d073c6 (diff)
downloadaur-9bf3e065ae4976baf032c2b39469b60f8918c20a.tar.gz
cpplint 456.r40
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25e40889b85a..bfebb2ba309e 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.r38
+ pkgver = 456.r40
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=b280a7312455e0310173a60673076ecc4b077290
+ source = styleguide::git+https://github.com/google/styleguide.git#commit=43d512ba13014d31f96053c0cdf299775681bc73
sha256sums = SKIP
pkgname = cpplint
diff --git a/.gitignore b/.gitignore
index 7de7c73973df..cd55a10bb17e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/cpplint-*.pkg.tar.xz
+/cpplint-*.pkg.tar.*
/pkg/
/src/
/styleguide/
diff --git a/PKGBUILD b/PKGBUILD
index c6c67381ed68..c371bdc9afbd 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.r38'
-_commit=b280a7312455e0310173a60673076ecc4b077290
+pkgver='456.r40'
+_commit=43d512ba13014d31f96053c0cdf299775681bc73
pkgrel=1
pkgdesc="Automated checker to make sure a C++ file follows Google's C++ style guide."
arch=('any')