@rubin55: Because the name of the upstream project is "copilot-cli"!
Search Criteria
Package Details: github-copilot-cli 1.0.48-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/github-copilot-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | github-copilot-cli |
| Description: | GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal. |
| Upstream URL: | https://github.com/github/copilot-cli |
| Keywords: | ai cli copilot github |
| Licenses: | LicenseRef-GitHub-Copilot |
| Conflicts: | github-copilot, github-copilot-cli-legacy |
| Provides: | copilot |
| Replaces: | github-copilot |
| Submitter: | Dominiquini |
| Maintainer: | Dominiquini (Edu4rdSHL) |
| Last Packager: | Edu4rdSHL |
| Votes: | 11 |
| Popularity: | 2.06 |
| First Submitted: | 2025-10-23 17:21 (UTC) |
| Last Updated: | 2026-05-14 16:12 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libsecret
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
Required by (1)
- emdash-git (optional)
Sources (2)
Dominiquini commented on 2025-12-13 20:29 (UTC)
rubin55 commented on 2025-12-13 20:11 (UTC)
Why was this package renamed from github-copilot to github-copilot-cli?
Dominiquini commented on 2025-11-19 04:08 (UTC)
@mburakov, @mapk0y, @wanghaoran: Fixed!
wanghaoran commented on 2025-11-19 04:00 (UTC)
README-0.0.361.md does not pass b2sums and should be updated.
mapk0y commented on 2025-11-19 03:57 (UTC)
It seems that the b2sum value in the README.md is incorrect.
When updating to version 0.0.361, the b2sum value appears to have been changed, but the README.md hasn’t been updated since last month, so the b2sum value looks wrong.
mburakov commented on 2025-11-16 08:56 (UTC)
Please consider adding node as a runtime dependency:
diff -u a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD 2025-11-16 09:48:21.133043020 +0100
+++ b/PKGBUILD 2025-11-16 09:50:43.349557077 +0100
@@ -12,7 +12,7 @@
_urlraw="https://raw.githubusercontent.com/github/copilot-cli/v${pkgver}"
conflicts=("${pkgname%%-cli}" "${pkgname}-legacy")
-depends=("glibc" "gcc-libs" "glib2" "libsecret")
+depends=("glibc" "gcc-libs" "glib2" "libsecret" "nodejs")
replaces=("${pkgname%%-cli}")
makedepends=("npm" "jq")
provides=("${_pkgexec}")
Dominiquini commented on 2025-11-07 21:21 (UTC)
@Spyhawk: I runned the namcap utility ("namcap --info *.zst"), and it suggests that I added this dependencies! I can remove to see if it works!
Spyhawk commented on 2025-11-07 08:26 (UTC)
Why does this package require lib32? It seems to work fine without these.
luigibu commented on 2025-10-24 18:24 (UTC)
Yes @Dominiquini, my bad. multilib was commented in my pacman.conf. thanks
Dominiquini commented on 2025-10-24 12:34 (UTC)
@luigibu: It's in the main repo: https://archlinux.org/packages/multilib/x86_64/lib32-glib2/
Pinned Comments
Edu4rdSHL commented on 2026-05-11 19:26 (UTC)
For everyone having build issues with the shell completion, follow the following steps:
~/.copilot/pkgfoldermakepkg, use-CThat should solve your problem. However, if the issue persists, build your package in a clean chroot environment.
There aren't problems with packaging, and nothing will be changed on our side, so avoid commenting on a problem that has already been discussed many times. Thanks!