Search Criteria
Package Details: micro-git v2.0.8.r39.gba98b558-1
Git Clone URL: | https://aur.archlinux.org/micro-git.git (read-only, click to copy) |
---|---|
Package Base: | micro-git |
Description: | A modern and intuitive terminal-based text editor |
Upstream URL: | https://micro-editor.github.io/ |
Keywords: | micro text-editor |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sukso96100 |
Maintainer: | Jake (LevitatingRein) |
Last Packager: | Jake |
Votes: | 17 |
Popularity: | 0.016055 |
First Submitted: | 2016-04-27 11:14 |
Last Updated: | 2021-02-12 18:11 |
Dependencies (3)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
- xclip (wl-clipboard-x11, xclip-git) (optional) – Required for copying/pasting text
Required by (1)
- croco-assistant-git (requires micro)
Latest Comments
1 2 3 Next › Last »
relrel commented on 2021-02-12 10:54
Please change
url
to https://micro-editor.github.io/.kseistrup commented on 2020-02-10 16:04
Thanks!
Jake commented on 2020-02-10 12:18
@kseistrup: Yes, it picked up the short commit hash as version number. Should be fixed now, at least it works with yay.
kseistrup commented on 2020-02-10 10:54
The version thing is still wrong: current AUR repos is v2.0.0.rc3.63046ae9-1 and current git version tuirns out as v2.0.0.rc3.00205aa6-1, so any package manager will assume that the package needs an update no matter how many time you install it.
The
pkgver
function needs to make a monotonously increasing version string. At the moment it doesn't because the next to last component is a random hex string in the interval 00000000-ffffffff.Mel commented on 2020-01-22 13:56
Same for aurutils:
kseistrup commented on 2020-01-22 10:59
There is something wrong: No matter how many times I install this package, yay wants to build a new package because it thinks the installed packge is older:
v2.0.0.rc2.1dc1c655-1
is whatpkgver()
produces.LevitatingRein commented on 2020-01-16 01:10
conflicts=('micro-bin' 'micro' 'micro-nightly-bin') provides=('micro')
You should add these lines to reduce conflict with all the other micro packages.
tommyshem commented on 2020-01-06 03:18
Please try below - small chances removed symlinks and make install add
tr
from below comment from kseistrup changed path to suitkseistrup commented on 2019-12-27 08:33
The hyphen is not the only problem:
If I add a “
tr '-' '.'
” to thepkgver()
function, then makepkg doesn't complain about the package version, but it will fail duringbuild()
:MarcusE1W commented on 2019-12-26 12:19
Currently the new 2.0 release candidate cannot be installed. I am not sure though if it is the naming convention of the release candidate with a '-'. Could get automatically resolved once the final 2.0 release gets published.