diff options
author | Joe Searle <joe@jsearle.net> | 2019-09-23 12:42:48 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-23 13:46:31 -0300 |
commit | 06f03134acfaa9560be0248e362c253a160b2523 (patch) | |
tree | 8087aa5f8c2abab9000aacb02d54fd1e6ced5f3f /testing/pastel/APKBUILD | |
parent | a099c2d32973dba9d74405f60a430bcf3c1d6e10 (diff) | |
download | aports-06f03134acfaa9560be0248e362c253a160b2523.tar.bz2 aports-06f03134acfaa9560be0248e362c253a160b2523.tar.xz |
testing/pastel: upgrade to 0.6.1
Diffstat (limited to 'testing/pastel/APKBUILD')
-rw-r--r-- | testing/pastel/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/pastel/APKBUILD b/testing/pastel/APKBUILD index e15f495cc9..773a8ca348 100644 --- a/testing/pastel/APKBUILD +++ b/testing/pastel/APKBUILD @@ -1,13 +1,11 @@ # Contributor: Joe Searle <joe@jsearle.net> # Maintainer: Joe Searle <joe@jsearle.net> pkgname=pastel -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=0 pkgdesc="A command-line tool to generate, analyze, convert and manipulate colors" url="https://github.com/sharkdp/pastel" -# Test 'test_distinct_fixed_colors' fails on 32bit archs -# Upstream report: https://github.com/sharkdp/pastel/issues/97 -arch="x86_64 aarch64" +arch="all" license="Apache-2.0" makedepends="rust cargo" source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/pastel/archive/v$pkgver.tar.gz" @@ -50,4 +48,4 @@ fishcomp() { "$subpkgdir/usr/share/fish/vendor_completions.d/pastel.fish" } -sha512sums="a5d3e579ee1ffff381a5918dbd0161f65e1b0c74efeeefb7905bf3cb7d4772dcb0c694c21c1ad67f2da166bb0d95f77a6adaedfebfa540fe6977200c54695140 pastel-0.6.0.tar.gz" +sha512sums="b8392ee40574fe366698ffb5f409efaceeaddf859d61d31c44cd04fe558f7166380464f47641abf4d6d485b764182025b6ad8f65a933ea3ef45d4224ed517381 pastel-0.6.1.tar.gz" |