summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-08-05 15:21:38 -0500
committerLuis Martinez2021-08-05 15:21:38 -0500
commite33b2226d91a7856483fdd9732402422fafd039e (patch)
treee941c2f34a00912637b920ff9dd22a8dc0f1e1fc
parentd1d89e192ddb08abb2f5c135352cbc885630cdae (diff)
downloadaur-e33b2226d91a7856483fdd9732402422fafd039e.tar.gz
update to 0.7.3
-rw-r--r--.SRCINFO14
-rw-r--r--CHANGELOG.md17
-rw-r--r--PKGBUILD26
3 files changed, 36 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db1ce3bc4b97..5a70a9e5e6c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zoxide-bin
pkgdesc = A fast cd command that learns your habits (binary release)
- pkgver = 0.7.2
+ pkgver = 0.7.3
pkgrel = 1
url = https://github.com/ajeetdsouza/zoxide
changelog = CHANGELOG.md
@@ -10,11 +10,11 @@ pkgbase = zoxide-bin
license = MIT
provides = zoxide
conflicts = zoxide
- source_x86_64 = zoxide-0.7.2-x86_64.tar.gz::https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.2/zoxide-x86_64-unknown-linux-musl.tar.gz
- sha512sums_x86_64 = adf6d2d79138be62f5a915db6319a293132fce205cf2d10ae06247eed4e12649833fd4331d78e022f6b8f5a3ebb4e6c25db1bdbcd1f3beb10f233a7aa30c4348
- source_armv7h = zoxide-0.7.2-armv7h.tar.gz::https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.2/zoxide-armv7-unknown-linux-musleabihf.tar.gz
- sha512sums_armv7h = 615785e73175a6126e06ba3457f84ac8a6696f9438e6c2f18d444da5d62c865f75f5173f50834c0d7e8f4b6a4a7a1c3b16fc37905ec0e11ca060ea3fd0b478c0
- source_aarch64 = zoxide-0.7.2-aarch64.tar.gz::https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.2/zoxide-aarch64-unknown-linux-musl.tar.gz
- sha512sums_aarch64 = 9b5d64b69d23897ff41056a5c51d9a4d030ed4f069d5babc6b2f54767b89f79e83a86e44636a7c828779536ed61338da13e833173515e27a2e301ad4f08eb9e8
+ source_x86_64 = zoxide-0.7.3-x86_64.tar.gz::https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.3/zoxide-x86_64-unknown-linux-musl.tar.gz
+ sha512sums_x86_64 = fdbaca1848fe3ca18c72195fc229f291a2dafdc2fe1f70e3d52c1a47755c904eab50aff8ffa11c3ced61b52722c41d3093ca2eebafbf35b81c6cb60e69fa5e6f
+ source_armv7h = zoxide-0.7.3-armv7h.tar.gz::https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.3/zoxide-armv7-unknown-linux-musleabihf.tar.gz
+ sha512sums_armv7h = eb3ce351ae5b3eebb0640ae3c2ebc47fdeb6f16386270cbde391af66032ef24094a2a06387aa5ed60497c66d5f2fb3f1cdc08607919082cf46e38e2a4f628dc1
+ source_aarch64 = zoxide-0.7.3-aarch64.tar.gz::https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.3/zoxide-aarch64-unknown-linux-musl.tar.gz
+ sha512sums_aarch64 = a3bdbc7d98ec9e478f863e487bfa53f8a0321fba773384bf15ec104093670b1f056b1e135f6670cd9bd8439d1fbd2e216b6ade8e94201c059e08a5c7d10a6d1c
pkgname = zoxide-bin
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 248348d3170e..c7a2d234855d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,5 @@
+<!-- markdownlint-disable MD024 -->
+
# Changelog
All notable changes to this project will be documented in this file.
@@ -5,6 +7,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.7.3] - 2020-08-05
+
+### Added
+
+- `zoxide add` and `zoxide remove` now accept multiple arguments.
+
+### Fixed
+
+- Nushell: errors on 0.33.0.
+- PowerShell: errors when initializing in `StrictMode`.
+- Bash/POSIX: remove conflicting alias definitions when initializing.
+- Bash: remove extra semicolon when setting `$PROMPT_COMMAND`.
+- Xonsh: use shell environment instead of `os.environ`.
+
## [0.7.2] - 2021-06-10
### Fixed
@@ -248,6 +264,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GitHub Actions pipeline to build and upload releases.
- Support for zsh.
+[0.7.3]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/ajeetdsouza/zoxide/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/ajeetdsouza/zoxide/compare/v0.6.0...v0.7.0
diff --git a/PKGBUILD b/PKGBUILD
index f6c2c8cb951c..af79a72e7638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,34 +1,32 @@
-# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
+# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: desbma
pkgname=zoxide-bin
-_pkgname=zoxide
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc='A fast cd command that learns your habits (binary release)'
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/ajeetdsouza/zoxide"
license=('MIT')
-provides=("$_pkgname")
-conflicts=("$_pkgname")
+provides=('zoxide')
+conflicts=('zoxide')
changelog=CHANGELOG.md
-source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-x86_64-unknown-linux-musl.tar.gz")
-source_armv7h=("$_pkgname-$pkgver-armv7h.tar.gz::$url/releases/download/v$pkgver/$_pkgname-armv7-unknown-linux-musleabihf.tar.gz")
-source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/$_pkgname-aarch64-unknown-linux-musl.tar.gz")
-sha512sums_x86_64=('adf6d2d79138be62f5a915db6319a293132fce205cf2d10ae06247eed4e12649833fd4331d78e022f6b8f5a3ebb4e6c25db1bdbcd1f3beb10f233a7aa30c4348')
-sha512sums_armv7h=('615785e73175a6126e06ba3457f84ac8a6696f9438e6c2f18d444da5d62c865f75f5173f50834c0d7e8f4b6a4a7a1c3b16fc37905ec0e11ca060ea3fd0b478c0')
-sha512sums_aarch64=('9b5d64b69d23897ff41056a5c51d9a4d030ed4f069d5babc6b2f54767b89f79e83a86e44636a7c828779536ed61338da13e833173515e27a2e301ad4f08eb9e8')
+source_x86_64=("zoxide-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/zoxide-x86_64-unknown-linux-musl.tar.gz")
+source_armv7h=("zoxide-$pkgver-armv7h.tar.gz::$url/releases/download/v$pkgver/zoxide-armv7-unknown-linux-musleabihf.tar.gz")
+source_aarch64=("zoxide-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/zoxide-aarch64-unknown-linux-musl.tar.gz")
+sha512sums_x86_64=('fdbaca1848fe3ca18c72195fc229f291a2dafdc2fe1f70e3d52c1a47755c904eab50aff8ffa11c3ced61b52722c41d3093ca2eebafbf35b81c6cb60e69fa5e6f')
+sha512sums_armv7h=('eb3ce351ae5b3eebb0640ae3c2ebc47fdeb6f16386270cbde391af66032ef24094a2a06387aa5ed60497c66d5f2fb3f1cdc08607919082cf46e38e2a4f628dc1')
+sha512sums_aarch64=('a3bdbc7d98ec9e478f863e487bfa53f8a0321fba773384bf15ec104093670b1f056b1e135f6670cd9bd8439d1fbd2e216b6ade8e94201c059e08a5c7d10a6d1c')
prepare() {
if [[ "$CARCH" == 'armv7h' ]]
then
- local _filename="$_pkgname-x86_64-unknown-linux-musl"
- test -d "$_filename" || mv "$_filename" "$_pkgname-$CARCH-unknown-linux-musl"
+ mv zoxide-armv7-unknown-linux-musleabihf "zoxide-$CARCH-unknown-linux-musl"
fi
}
package() {
- cd "$_pkgname-$CARCH-unknown-linux-musl"
+ cd "zoxide-$CARCH-unknown-linux-musl"
install -Dm 755 zoxide -t "$pkgdir/usr/bin/"
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"