Search Criteria
Package Details: uni 2.9.0-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/uni.git (read-only, click to copy) |
|---|---|
| Package Base: | uni |
| Description: | Query the Unicode database from the commandline, with good support for emojis |
| Upstream URL: | https://github.com/arp242/uni |
| Keywords: | unicode |
| Licenses: | MIT |
| Submitter: | Gondolin |
| Maintainer: | kseistrup |
| Last Packager: | kseistrup |
| Votes: | 5 |
| Popularity: | 0.33 |
| First Submitted: | 2020-02-08 21:41 (UTC) |
| Last Updated: | 2026-04-01 06:29 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
Gondolin commented on 2026-03-28 06:58 (UTC)
I disowned the package, sorry for not updating it.
Gondolin commented on 2020-12-31 23:41 (UTC)
Sorry I missed the comments until now :-(
Muesli fixed the errors in uni at https://github.com/arp242/uni/pull/18 this is in master but there is no release yet, so I cannot publish it.
So meanwhile I pushed a version that simply disable the check.
It might make sense to also publish a uni-devel package that tracks master, there are some features that are not yet released (beside the fixed tests).
Luk313 commented on 2020-12-31 14:55 (UTC) (edited on 2020-12-31 15:01 (UTC) by Luk313)
Still Having the same error in Check() at this Date (January 1st 2021) :
Thanks by advance if you can do anything about this :)
Thanks for maintaining!
Happy New Year !!
muesli commented on 2020-10-19 06:50 (UTC)
@makeworld I've just fixed this error in uni. We'll just need a new release now, though.
makeworld commented on 2020-09-21 23:19 (UTC)
Building/installing failed:
Gondolin commented on 2020-05-31 13:58 (UTC) (edited on 2020-05-31 13:59 (UTC) by Gondolin)
@dreieck: I am following the
goguidelines at https://wiki.archlinux.org/index.php/Go_package_guidelinesThe original discussion at https://lists.archlinux.org/pipermail/arch-dev-public/2020-May/029964.html included doing a
go mod vendorin the prepare step, but this has been dropped in the published guidelines.However I am not against adding it back if you care strongly about this.
dreieck commented on 2020-05-06 11:54 (UTC)
This package downloads stuff in
build()andcheck().This must not happen. No internetconnection must be assumed in
build(),check()andpackage().Please use
depends,sourceand as an exception theprepare()-function.Thanks for maintaining!
Gondolin commented on 2020-04-09 21:38 (UTC)
I know that v1.1 is out, but I am waiting for https://github.com/arp242/uni/issues/14 to be fixed.