Skip to content

Commit

Permalink
zoxide: Update to v0.9.6 (#4631)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored Dec 21, 2024
2 parents 351ea8b + e0cbd22 commit 2016814
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 45 deletions.
3 changes: 1 addition & 2 deletions packages/z/zoxide/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
libc.so.6:__environ
libc.so.6:__errno_location
libc.so.6:__libc_start_main
libc.so.6:__xpg_strerror_r
Expand Down Expand Up @@ -40,6 +39,7 @@ libc.so.6:mmap64
libc.so.6:mprotect
libc.so.6:munmap
libc.so.6:open64
libc.so.6:pause
libc.so.6:pipe2
libc.so.6:poll
libc.so.6:posix_memalign
Expand All @@ -55,7 +55,6 @@ libc.so.6:posix_spawnp
libc.so.6:pthread_attr_destroy
libc.so.6:pthread_attr_getstack
libc.so.6:pthread_getattr_np
libc.so.6:pthread_getspecific
libc.so.6:pthread_key_create
libc.so.6:pthread_key_delete
libc.so.6:pthread_self
Expand Down

This file was deleted.

8 changes: 3 additions & 5 deletions packages/z/zoxide/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : zoxide
version : 0.9.4
release : 2
version : 0.9.6
release : 3
source :
- https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v0.9.4.tar.gz : ec002bdca37917130ae34e733eb29d4baa03b130c4b11456d630a01a938e0187
- https://github.com/ajeetdsouza/zoxide/archive/refs/tags/v0.9.6.tar.gz : e1811511a4a9caafa18b7d1505147d4328b39f6ec88b88097fe0dad59919f19c
homepage : https://github.com/ajeetdsouza/zoxide
license : MIT
component : programming.tools
Expand All @@ -13,14 +13,12 @@ networking : yes
builddeps :
- rust
setup : |
%patch -p1 -i $pkgfiles/nushell-handle-queries-that-look-like-args.patch
%cargo_fetch
build : |
%cargo_build
install : |
%cargo_install
#install -Dm00644 LICENSE $installdir/usr/share/licenses/zoxide/
install -d $installdir/usr/share/{man/man1,doc/zoxide,zsh/site-functions,fish/vendor_completions.d,bash-completion/completions/zoxide}
install -Dm00644 man/man1/*.1 $installdir/usr/share/man/man1/
install -Dm00644 README.md $installdir/usr/share/doc/zoxide/
Expand Down
14 changes: 7 additions & 7 deletions packages/z/zoxide/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>zoxide</Name>
<Homepage>https://github.com/ajeetdsouza/zoxide</Homepage>
<Packager>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.tools</PartOf>
Expand Down Expand Up @@ -34,12 +34,12 @@
</Files>
</Package>
<History>
<Update release="2">
<Date>2024-05-11</Date>
<Version>0.9.4</Version>
<Update release="3">
<Date>2024-12-20</Date>
<Version>0.9.6</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 2016814

Please sign in to comment.