mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/git-quick-stats: upgrade to 2.5.5
This commit is contained in:
parent
9568d74d97
commit
2e4c0bca7b
@ -1,24 +1,17 @@
|
||||
# Contributor: Guy Godfroy <guy.godfroy@gugod.fr>
|
||||
# Maintainer: Guy Godfroy <guy.godfroy@gugod.fr>
|
||||
pkgname=git-quick-stats
|
||||
pkgver=2.5.4
|
||||
pkgver=2.5.5
|
||||
pkgrel=0
|
||||
pkgdesc="Access various statistics in git repository"
|
||||
url="https://git-quick-stats.sh"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="bash git util-linux ncurses"
|
||||
depends="bash git util-linux ncurses coreutils"
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/arzzen/git-quick-stats/archive/refs/tags/2.5.4.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/arzzen/git-quick-stats/archive/refs/tags/$pkgver.tar.gz"
|
||||
|
||||
check() {
|
||||
# git commands needed because tests fail in a non git-versioned dir
|
||||
# and expects at least one commit
|
||||
git init
|
||||
git config --local user.name "abuild"
|
||||
git config --local user.email "abuild@abuild"
|
||||
git add .
|
||||
git commit -m "abuild"
|
||||
bash tests/commands_test.sh
|
||||
}
|
||||
|
||||
@ -28,5 +21,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
9e30c65a238d6b07005c73274c89ea1a6f0284cb6b190187ba22a2531a0a7f24293fc61bbd3d664141a23eb3d61bd444be92738eba90c07877801c72a5d7271e git-quick-stats-2.5.4.tar.gz
|
||||
d7df73b3bf0953e334ace67aea7328f183405384df26f2b54f5b7c311c76adcfd38de52b5898094796c0b4abe1835c69b9aa664905efd27e5cc8f71f75c31f1b git-quick-stats-2.5.5.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user