Package Details: units 2.24-2

Git Clone URL: https://aur.archlinux.org/units.git (read-only, click to copy)
Package Base: units
Description: converts between different units
Upstream URL: https://www.gnu.org/software/units/units.html
Keywords: calculator conversion units
Licenses: GPL-3.0-or-later
Submitter: arojas
Maintainer: tarball
Last Packager: tarball
Votes: 48
Popularity: 3.59
First Submitted: 2023-04-01 17:48 (UTC)
Last Updated: 2025-05-01 17:39 (UTC)

Pinned Comments

tarball commented on 2024-12-02 21:49 (UTC) (edited on 2025-05-01 19:00 (UTC) by tarball)

Fetching the signing key:

gpg --keyserver keyserver.ubuntu.com --recv-keys 927D02FA733C3D902D21CAC02D649F2B7B4C8179

Latest Comments

« First ‹ Previous 1 2 3

cbb commented on 2023-04-07 12:58 (UTC)

This package is failing to install for me since it was moved to AUR. If I run e.g. yay to update, the following error occurs:

==> Verifying source file signatures with gpg...
    units-2.22.tar.gz ... FAILED (unknown public key 1889D5F0E0636F49)
==> ERROR: One or more PGP signatures could not be verified!
 -> error downloading sources: ~/.cache/yay/units 
         context: exit status 1 

:: (1/1) Parsing SRCINFO: units
gpg: error reading key: No public key

:: PGP keys need importing:
 -> 9AD8FC4162D7937CF64F972E1889D5F0E0636F49, required by: units
:: Import? [Y/n] y
:: Importing keys with gpg...
gpg: key E0636F49: no user ID
gpg: Total number processed: 1
 -> problem importing keys

tarball commented on 2023-04-05 06:05 (UTC)

I really don't think (re)placing /usr/bin/pager in a totally unrelated package is a good idea. Although nothing from official repositories provides it at this moment, it sounds like a recipe for conflicts.

We could probably add a wrapper script that finds the best pager (similar to Debian's /usr/bin/sensible-pager), sets the $PAGER environment variable if it's unset, and then calls the real binary (which would have to be renamed in this case).

Let me think about this for a few days.

fbrennan commented on 2023-04-05 00:36 (UTC)

Please symlink /usr/bin/pager to $PAGER by default, or, if unset, /usr/bin/less if it exists, else error. Help function doesn't work right without it.