summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Papakostas2020-06-20 10:38:58 +0200
committerJason Papakostas2020-06-20 10:38:58 +0200
commit73ac0d5d5aa77cdb12200ebc51c5b94f927e7949 (patch)
tree5c95256cabcfc013231997ae49000f920e3101ed
parentf32abbb1241f42559156e0b1f0bb3251a2ea112d (diff)
downloadaur-73ac0d5d5aa77cdb12200ebc51c5b94f927e7949.tar.gz
cpplint 456.r42
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c3d229b3811..d7da5894ac84 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.r41
+ pkgver = 456.r42
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=26470f9ccb354ff2f6d098f831271a1833701b28
+ source = styleguide::git+https://github.com/google/styleguide.git#commit=08268efb062ca77eb623e5745a2b11424f5951e0
sha256sums = SKIP
pkgname = cpplint
diff --git a/PKGBUILD b/PKGBUILD
index 94f7cbb3a6bb..58f9deb3662b 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.r41'
-_commit=26470f9ccb354ff2f6d098f831271a1833701b28
+pkgver='456.r42'
+_commit=08268efb062ca77eb623e5745a2b11424f5951e0
pkgrel=1
pkgdesc="Automated checker to make sure a C++ file follows Google's C++ style guide."
arch=('any')