kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / github-cli
Commits:
49f0c172 by kpcyrd at 2026-05-18T22:08:48+02:00
upgpkg: 2.92.0-2: Disable LTO to fix reproducible builds
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
pkgver = 2.92.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cli/cli
arch = x86_64
license = MIT
@@ -12,6 +12,7 @@ pkgbase = github-cli
depends = mailcap
optdepends = git: To interact with repositories
optdepends = org.freedesktop.secrets: Store credentials in system
keyring
+ options = !lto
source =
github-cli-2.92.0.tar.gz::https://github.com/cli/cli/archive/v2.92.0.tar.gz
source =
https://github.com/cli/cli/commit/cb2509cb612cf9111a12a7960afd10b0c9d2dede.patch
sha256sums =
ad18928ce4e2695d7fc1adefa0f5e0496e570a430016cee4c22d7bf87e5d9c1d
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=github-cli
pkgver=2.92.0
-pkgrel=1
+pkgrel=2
pkgdesc="The GitHub CLI"
arch=("x86_64")
url="https://github.com/cli/cli"
@@ -15,6 +15,7 @@ makedepends=("go" "git")
checkdepends=("openssh")
optdepends=("git: To interact with repositories"
"org.freedesktop.secrets: Store credentials in system keyring")
+options=(!lto)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$url/commit/cb2509cb612cf9111a12a7960afd10b0c9d2dede.patch")
sha256sums=('ad18928ce4e2695d7fc1adefa0f5e0496e570a430016cee4c22d7bf87e5d9c1d'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/49f0c172f15730fbe4aa37865fae20cf6de6f8f3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/49f0c172f15730fbe4aa37865fae20cf6de6f8f3
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help