Search Criteria
Package Details: pastel 0.8.0-1
Git Clone URL: | https://aur.archlinux.org/pastel.git (read-only, click to copy) |
---|---|
Package Base: | pastel |
Description: | A command-line tool to generate, analyze, convert and manipulate colors |
Upstream URL: | https://github.com/sharkdp/pastel |
Licenses: | |
Conflicts: | |
Submitter: | wezm |
Maintainer: | wezm |
Last Packager: | wezm |
Votes: | 15 |
Popularity: | 0.072390 |
First Submitted: | 2019-08-25 22:57 |
Last Updated: | 2020-05-25 23:09 |
Dependencies (2)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rustup-git, rust-nightly-bin, rust-wasm, rust-bin, rust, rustup) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rust-bin, rustup) (make)
Latest Comments
wezm commented on 2019-09-25 00:35
Great, thanks @gregf. I have pushed an update. I ended up testing the change in a Podman container.
gregf commented on 2019-09-24 13:03
Paste failure, here's a wget'able url to the patch.
https://gist.githubusercontent.com/gregf/a96a929721fc033df200cd1549ff5f86/raw/b1b9a721265814da6df498fe7279320d3fde509c/pastel-0.6.1.patch
gregf commented on 2019-09-24 13:02
Here ya go @wezn enjoy the vacation!
diff -ruN pastel/PKGBUILD pastel_new/PKGBUILD --- pastel/PKGBUILD 2019-08-29 06:25:45.000000000 -0400 +++ pastel_new/PKGBUILD 2019-09-24 08:58:11.320652715 -0400 @@ -1,7 +1,7 @@ # Maintainer: Wesley Moore wes@wezm.net
pkgname=pastel -pkgver=0.5.3 +pkgver=0.6.1 pkgrel=1 pkgdesc='A command-line tool to generate, analyze, convert and manipulate colors' arch=('x86_64') @@ -11,7 +11,7 @@ conflicts=('pastel-git') makedepends=('rust' 'cargo') source=("$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('0850e37b92b8d2f5a396d5b9114a21a64dce5c6cce736039151c800f35abaa1e') +sha256sums=('ece0004d725133bcf552bbfe5508c087513eb52f6c363fbad6eeb9c74769a932')
build() {
wezm commented on 2019-09-19 23:39
I'm on holidays for 3 weeks without access to an Arch machine. If someone is able to make and test a patch to upgrade to 0.6.0, including .SRCINFO I will apply it.
Svenstaro commented on 2019-09-04 14:21
You should with
--locked
to make sure you're reproducable.wezm commented on 2019-08-26 00:05
Thanks @klemens. Update pushed.
klemens commented on 2019-08-25 23:57
Thanks for the package, was about to create one myself. ;-)
Here is a patch to install the bash/zsh/fish completions: https://asa.crpt.de/patches/pastel_Install-bash-zsh-and-fish-completions.patch