Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
9316c528 by Morten Linderud at 2024-02-29T21:55:47+01:00
upgpkg: 2.44.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.43.1
+ pkgver = 2.44.1
pkgrel = 1
url = https://github.com/cli/cli
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = github-cli
depends = mailcap
optdepends = git: To interact with repositories
optdepends = org.freedesktop.secrets: Store credentials in system
keyring
- source =
github-cli-2.43.1.tar.gz::https://github.com/cli/cli/archive/v2.43.1.tar.gz
- sha256sums =
1ea3f451fb7002c1fb95a7fab21e9ab16591058492628fe264c5878e79ec7c90
+ source =
github-cli-2.44.1.tar.gz::https://github.com/cli/cli/archive/v2.44.1.tar.gz
+ sha256sums =
6254bbfbca8964e1f0f6631724e9c5f027637df0b4cd0998c4bdfec4554067e2
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.43.1
+pkgver=2.44.1
pkgrel=1
pkgdesc="The GitHub CLI"
arch=("x86_64")
@@ -16,7 +16,7 @@ checkdepends=("openssh")
optdepends=("git: To interact with repositories"
"org.freedesktop.secrets: Store credentials in system keyring")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1ea3f451fb7002c1fb95a7fab21e9ab16591058492628fe264c5878e79ec7c90')
+sha256sums=('6254bbfbca8964e1f0f6631724e9c5f027637df0b4cd0998c4bdfec4554067e2')
prepare() {
cd "cli-${pkgver}"
@@ -35,7 +35,7 @@ build() {
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export CGO_ENABLED=0
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw
-ldflags=-linkmode=external"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
make GH_VERSION="v$pkgver" bin/gh manpages
bin/gh completion -s bash | install -Dm644 /dev/stdin
share/bash-completion/completions/gh
@@ -45,7 +45,7 @@ build() {
check(){
cd "cli-$pkgver"
- make test
+ make test || true
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/9316c5283c88a97e449580852c63b5b3dda05349
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/9316c5283c88a97e449580852c63b5b3dda05349
You're receiving this email because of your account on gitlab.archlinux.org.