Search Criteria
Package Details: se-git 3.0.1.r47.g0d06c10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/se-git.git (read-only, click to copy) |
|---|---|
| Package Base: | se-git |
| Description: | A screen oriented version of the classic UNIX text editor ed. |
| Upstream URL: | https://github.com/screen-editor/se |
| Licenses: | PublicDomain |
| Conflicts: | se |
| Submitter: | aksr |
| Maintainer: | aksr |
| Last Packager: | aksr |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-04-11 12:34 (UTC) |
| Last Updated: | 2021-04-11 12:34 (UTC) |
Latest Comments
tpenguinltg commented on 2026-03-02 02:59 (UTC)
I noticed this as I was fixing the
seAUR package: as of upstream commitfb64040(Aug. 5, 2023), se is now licensed under the 0BSD. No changes need to be made to thepackagefunction since it reuses the sameCOPYINGfile, but thelicensevariable in the PKGBUILD should be updated accordingly.The PKGBUILD should also probably have
provides=("${pkgname%-*}")in addition to theconflicts=("${pkgname%-*}")that's already there.