Search Criteria
Package Details: otf-cascadia-code-git 2009.22.r4.g643858a5-1
Git Clone URL: | https://aur.archlinux.org/cascadia-code-git.git (read-only, click to copy) |
---|---|
Package Base: | cascadia-code-git |
Description: | A new monospaced font that includes programming ligatures |
Upstream URL: | https://github.com/microsoft/cascadia-code |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | trollixx |
Maintainer: | trollixx |
Last Packager: | trollixx |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-17 07:23 |
Last Updated: | 2021-01-03 07:20 |
Dependencies (3)
- git (git-git) (make)
- python (python-dbg) (make)
- ttfautohint (ttfautohint-git) (make)
Required by (4)
- all-repository-fonts (requires otf-cascadia-code)
- all-repository-fonts (requires ttf-cascadia-code)
- dwm-wrightjjw-git (requires ttf-cascadia-code)
- st-wrightjjw-git (requires ttf-cascadia-code)
Latest Comments
stormsz commented on 2020-09-09 15:21
ITS FIXED NOW. thank you!
i'm getting this error when i try to update to from 2007.01.r8.g4433d3de-1 to 2008.25.r1.gc6492c66-1
akiirui commented on 2020-07-17 15:22
In
pkgver()
,git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
Maybe better, because it's using the most recent un-annotated tag.