We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a433a1 commit 0c179a7Copy full SHA for 0c179a7
pkg/arch/PKGBUILD
@@ -1,7 +1,7 @@
1
# Maintainer: Hannes Körber <hannes@hkoerber.de>
2
pkgname='grm-git'
3
pkgver=0.7.15.r6.gea7299a
4
-pkgrel=1
+pkgrel=2
5
pkgdesc='Manage git repos, worktrees and integrate with GitHub and GitLab'
6
arch=('x86_64')
7
url='https://github.com/hakoerber/git-repo-manager'
@@ -29,8 +29,8 @@ build() {
29
export RUSTUP_TOOLCHAIN=stable
30
export CARGO_TARGET_DIR=target
31
export GRM_RELEASE_VERSION="${pkgver}"
32
- # https://github.com/alexcrichton/ssh2-rs/issues/171#issue-580432290
33
- export LIBSSH2_SYS_USE_PKG_CONFIG=
+ # https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/20
+ export CFLAGS+=' -ffat-lto-objects'
34
cargo build --frozen --release
35
}
36
0 commit comments