diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-31 00:15:44 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-01 18:22:59 +0000 |
| commit | 0d083bd059fd7c6cb5b79122a09ab9afc6a3d901 (patch) | |
| tree | 60592ec4c3970733ba94e348dcb5ae6d42e6fdce /testing/bat/APKBUILD | |
| parent | 035f1e687d1b006633257ae9dcfc80e056b84c08 (diff) | |
| download | aports-0d083bd059fd7c6cb5b79122a09ab9afc6a3d901.tar.bz2 aports-0d083bd059fd7c6cb5b79122a09ab9afc6a3d901.tar.xz | |
testing/bat: upgrade to 0.13.0
Diffstat (limited to 'testing/bat/APKBUILD')
| -rw-r--r-- | testing/bat/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/bat/APKBUILD b/testing/bat/APKBUILD index e53ba0467c..acd8550b9f 100644 --- a/testing/bat/APKBUILD +++ b/testing/bat/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Chloe Kudryavtsev <toast@toastin.space> # Maintainer: Chloe Kudryavtsev <toast@toastin.space> pkgname=bat -pkgver=0.12.1 -pkgrel=2 +pkgver=0.13.0 +pkgrel=0 pkgdesc="A cat(1) clone with wings" url="https://github.com/sharkdp/bat" arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by rust/cargo @@ -29,6 +29,7 @@ check() { package() { install -Dm755 target/release/"$pkgname" "$pkgdir"/usr/bin/"$pkgname" - install -Dm644 doc/"$pkgname".1 "$pkgdir"/usr/share/man/man1/"$pkgname".1 + find "$srcdir" -name bat.1 -exec install -Dm644 {} \ + "$pkgdir/usr/share/man/man1/bat.1" \; } -sha512sums="74ec162065f1b6f4b1363f107600a7364ba509b5338601b89bf1cd77d6f8290028d87fbf5e2938c6d26f782b0cc55da4161b69183e6748a46bf3644e5e2524b0 bat-0.12.1.tar.gz" +sha512sums="3960191bd987f1a62713e25713c0909b28f23ca5e9be0ed80f1099fc4ae9af2415b51257ef91804ee28d222053faf7626990fca8304da8c723cb98a2ca2e440a bat-0.13.0.tar.gz" |
