Package Details: ruby-prawn 2.5.0-2

Git Clone URL: https://aur.archlinux.org/ruby-prawn.git (read-only, click to copy)
Package Base: ruby-prawn
Description: A fast and nimble PDF generator for Ruby
Upstream URL: https://github.com/prawnpdf/prawn
Licenses: ruby, GPL-2.0-only, GPL-3.0-only
Submitter: None
Maintainer: carsme
Last Packager: carsme
Votes: 3
Popularity: 0.066756
First Submitted: 2020-05-25 22:06 (UTC)
Last Updated: 2024-04-01 08:36 (UTC)

Latest Comments

<deleted-account> commented on 2020-09-20 21:26 (UTC)

The package builds ok. Seems like trizen cannot handle versioned dependencies. You can see packages which provides ruby-ttfunk<1.6 and ruby-pdf-core<0.8 in the aur web interface. I'm using yay, which can handle versioned dependencies:

$ yay -Q --provides 'ruby-ttfunk<1.6' 'ruby-pdf-core<0.8'
ruby-ttfunk-1.5 1.5.1-3
ruby-pdf-core-0.7 0.7.0-3

If you want to use trizen you can install dependencies first

trizen -S ruby-ttfunk-1.5 ruby-pdf-core-0.7

and then ruby-prawn

trizen -S ruby-prawn

Just checked it in a clean arch container.

Edit: formatting

<deleted-account> commented on 2020-09-20 07:52 (UTC)

This package is still broken. trizen -S ruby-prawn gives:

==> Missing dependencies:
  -> ruby-ttfunk<1.6
  -> ruby-pdf-core<0.8

since ruby-ttfunk-1.6.2.1-1 and ruby-pdf-core-0.8.1-2 are installed. Any progress?