Skip to content

Commit

Permalink
auto update for package archey-git
Browse files Browse the repository at this point in the history
  • Loading branch information
lilacbot committed Sep 3, 2015
1 parent 7b383a2 commit 10cbd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archey-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pkgver() {
cd "${srcdir}/${_gitname}"
(
set -o pipefail
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
)
}
Expand All @@ -36,4 +36,4 @@ package() {
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/archey/COPYING
}

# vim:set et sw=2 sts=2 tw=80:
# vim:set et sw=2 sts=2 tw=80:

0 comments on commit 10cbd58

Please sign in to comment.