Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / eza
Commits:
adf557aa by Caleb Maclennan at 2024-05-03T11:58:24+03:00
upgpkg: 0.18.14-3: Move .so deps where they won't find the wrong
architecture
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = eza
pkgdesc = A modern replacement for ls (community fork of exa)
pkgver = 0.18.14
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/eza-community/eza
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = eza
depends = gcc-libs
depends = glibc
depends = libgit2
- depends = libgit2.so
+ depends = zlib
provides = exa
conflicts = exa
replaces = exa
@@ -19,3 +19,9 @@ pkgbase = eza
b2sums =
c27852afc92454d684390f737f1b70c7bb4b2a6c50ae68fd61ae99d7a1af2b8c14ea9ebfec129f3861a1a8bd5d569467b72416a4d4dc6ceabbc8353396523d62
pkgname = eza
+ depends = gcc-libs
+ depends = glibc
+ depends = libgit2
+ depends = zlib
+ depends = libgit2.so
+ depends = zlib.so
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=eza
pkgver=0.18.14
-pkgrel=2
+pkgrel=3
pkgdesc="A modern replacement for ls (community fork of exa)"
url="https://github.com/eza-community/eza"
arch=(x86_64)
@@ -14,7 +14,8 @@ replaces=(exa)
conflicts=(exa)
depends=(gcc-libs # libgcc_s.so
glibc # libc.so libm.so
- libgit2 libgit2.so)
+ libgit2
+ zlib)
makedepends=("cargo" "pandoc")
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('f8f42ed466c02eaaa2b157ef976d29f1c38a6ff13064be52baed70e4943f2481')
@@ -43,6 +44,8 @@ check() {
package() {
+ depends+=(libgit2.so
+ zlib.so)
cd "${pkgname}-${pkgver}"
install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
ln -s eza "${pkgdir}/usr/bin/exa"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eza/-/commit/adf557aa30369c64f21be36c2f4f48a3922c52ce
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eza/-/commit/adf557aa30369c64f21be36c2f4f48a3922c52ce
You're receiving this email because of your account on gitlab.archlinux.org.