Package Base Details: cascadia-code-git

Git Clone URL: https://aur.archlinux.org/cascadia-code-git.git (read-only, click to copy)
Submitter: trollixx
Maintainer: trollixx
Last Packager: trollixx
Votes: 1
Popularity: 0.000729
First Submitted: 2020-05-17 07:23 (UTC)
Last Updated: 2021-07-03 02:32 (UTC)

Latest Comments

stormsz commented on 2020-09-09 15:21 (UTC) (edited on 2020-09-12 14:59 (UTC) by stormsz)

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

==> Entering fakeroot environment...

==> Starting package_otf-cascadia-code-git()...

install: cannot stat 'build/*.otf': No such file or directory

==> ERROR: A failure occurred in package_otf-cascadia-code-git().

Aborting...

error making: cascadia-code-git (otf-cascadia-code-git)

akiirui commented on 2020-07-17 15:22 (UTC)

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.