George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
nushell
Commits:
235a0ccf by George Rawlinson at 2026-02-16T07:44:55+00:00
upgpkg: 0.110.0-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nushell
pkgdesc = A new type of shell
pkgver = 0.110.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.nushell.sh
install = nushell.install
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = nushell
makedepends = git
depends = curl
depends = glibc
- depends = gcc-libs
+ depends = libgcc
depends = libcrypto.so
depends = libssl.so
depends = zlib
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=nushell
pkgver=0.110.0
-pkgrel=1
+pkgrel=2
pkgdesc='A new type of shell'
arch=(x86_64)
url='https://www.nushell.sh'
@@ -14,7 +14,7 @@ license=(MIT)
depends=(
curl
glibc
- gcc-libs
+ libgcc
libcrypto.so
libssl.so
zlib
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/235a0ccf0c52c804c1715eedbd259d325ddfb106
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/235a0ccf0c52c804c1715eedbd259d325ddfb106
You're receiving this email because of your account on gitlab.archlinux.org.