summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Papakostas2018-03-30 11:07:14 -0500
committerJason Papakostas2018-03-30 11:07:14 -0500
commit4a85b89af17b6b9359a5288aec2ab9d818129ef2 (patch)
treeab9bebeabbcf55e109515be289b4ebb006907637
parent5c4e5127004ed23860fa51859c00dbf7c94e4a9b (diff)
downloadaur-4a85b89af17b6b9359a5288aec2ab9d818129ef2.tar.gz
cpplint 456.r37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rwxr-xr-xcheck_upstream_version.sh2
3 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbe7f488e674..2193e75d5de2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sat Nov 11 21:20:03 UTC 2017
pkgbase = cpplint
pkgdesc = Automated checker to make sure a C++ file follows Google's C++ style guide.
- pkgver = 456.r32
+ pkgver = 456.r37
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=4e8e56fb655432bdbe9cae421be84b1a1cdc234e
+ source = styleguide::git+https://github.com/google/styleguide.git#commit=099f059086b4250aa0d2546ea3115aae95597ffd
sha256sums = SKIP
pkgname = cpplint
diff --git a/PKGBUILD b/PKGBUILD
index 1efb05e188e2..5cec815231b4 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.r32'
-_commit=4e8e56fb655432bdbe9cae421be84b1a1cdc234e
+pkgver='456.r37'
+_commit=099f059086b4250aa0d2546ea3115aae95597ffd
pkgrel=1
pkgdesc="Automated checker to make sure a C++ file follows Google's C++ style guide."
arch=('any')
diff --git a/check_upstream_version.sh b/check_upstream_version.sh
index 2024330b4cc1..91c6102938ff 100755
--- a/check_upstream_version.sh
+++ b/check_upstream_version.sh
@@ -53,7 +53,7 @@ printf "\nlatest version: %s" "$(git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
# print latest commit
cd "$mirror"
-printf "\nlatest commit: %s" "$(git log --max-count=1 --format="%H" -- cpplint)"
+printf "\nlatest commit: %s\n" "$(git log --max-count=1 --format="%H" -- cpplint)"
# clean up
cd "$start" || exit