George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
zoxide
Commits:
4c2bdaab by George Rawlinson at 2026-07-05T09:00:06+00:00
reuse: simplify conf
- - - - -
2aa85623 by George Rawlinson at 2026-07-05T09:02:42+00:00
chore: move deps
- - - - -
2 changed files:
- PKGBUILD
- REUSE.toml
Changes:
=====================================
PKGBUILD
=====================================
@@ -9,9 +9,7 @@ pkgdesc='A smarter cd command for your terminal'
arch=('x86_64')
url='https://github.com/ajeetdsouza/zoxide'
license=('MIT')
-depends=(glibc # libc.so libm.so
- libgcc libgcc_s.so)
-makedepends=(cargo git)
+makedepends=(git rust)
optdepends=('fzf: for interactive selection')
source=("$pkgname::git+$url.git#tag=v$pkgver")
sha256sums=('a43bd37528b841bdf160a8b3d5f72afd5ba5b1caa22948d5b33097012d1cf9c2')
@@ -29,6 +27,11 @@ build() {
}
package() {
+ depends+=(
+ glibc
+ libgcc libgcc_s.so
+ )
+
cd "$pkgname"
# binary
=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zoxide/-/compare/f45ac9e0743568d96aeffeab102cca6e7352b6e2...2aa85623bf84e4bcd07d353d506c3479c1854f01
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zoxide/-/compare/f45ac9e0743568d96aeffeab102cca6e7352b6e2...2aa85623bf84e4bcd07d353d506c3479c1854f01
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