Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
fzf


Commits:
e735eb13 by nie at 2025-12-01T19:26:47+01:00
make the package architecture independent

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -39,6 +39,7 @@ build() {
        export CGO_CXXFLAGS="${CXXFLAGS}"
        export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
        make
+        make bin/fzf
 }
 
 check() {
@@ -64,7 +65,7 @@ package() {
        ## Binaries
        install -dm755 "$pkgdir"/usr/bin
        install -m755 bin/fzf-tmux "$pkgdir"/usr/bin/
-       install -Dm755 target/fzf-linux_amd64 "$pkgdir"/usr/bin/fzf
+       install -m755 bin/fzf "$pkgdir"/usr/bin/
 
        ## Completion and keybindings
        install -dm755 "$pkgdir"/usr/share/fzf



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/e735eb13f2df905f25b5abfd9e0f61fbcf3cc4db

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fzf/-/commit/e735eb13f2df905f25b5abfd9e0f61fbcf3cc4db
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to