diff options
Diffstat (limited to 'testing/nushell/APKBUILD')
-rw-r--r-- | testing/nushell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nushell/APKBUILD b/testing/nushell/APKBUILD index 190b9c9674e..d65c18512e3 100644 --- a/testing/nushell/APKBUILD +++ b/testing/nushell/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: nibon7 <nibon7@163.com> pkgname=nushell pkgver=0.66.2 -pkgrel=0 +pkgrel=1 pkgdesc="A new type of shell" url="https://www.nushell.sh" # s390x/riscv64 rust/cargo arch="x86_64 armv7 armhf aarch64 x86 ppc64le" license="MIT" -makedepends="cargo openssl-dev libx11-dev libxcb-dev libgit2-dev" +makedepends="cargo openssl-dev>3 libx11-dev libxcb-dev libgit2-dev" subpackages="$pkgname-plugins:_plugins" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" source="$pkgname-$pkgver.tar.gz::https://github.com/nushell/nushell/archive/$pkgver.tar.gz |