Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / zed
Commits:
decf466d by Caleb Maclennan at 2026-02-15T00:48:17+03:00
upgpkg: 0.223.3-2: Deprecate gcc-libs, identify specific sodepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = zed
pkgdesc = A high-performance, multiplayer code editor from the creators
of Atom and Tree-sitter
pkgver = 0.223.3
- pkgrel = 1
+ pkgrel = 2
url = https://zed.dev
arch = x86_64
license = GPL-3.0-or-later
@@ -19,8 +19,11 @@ pkgbase = zed
depends = curl
depends = libcurl.so
depends = fontconfig
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libgcc_s.so
+ depends = libstdc++
+ depends = libstdc++.so
depends = libxcb
depends = libxkbcommon
depends = libxkbcommon-x11
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=zed
pkgver=0.223.3
-pkgrel=1
+pkgrel=2
pkgdesc='A high-performance, multiplayer code editor from the creators of Atom
and Tree-sitter'
arch=(x86_64)
url=https://zed.dev
@@ -12,9 +12,10 @@ license=(GPL-3.0-or-later AGPL-3.0-or-later Apache-2.0)
depends=(alsa-lib libasound.so
curl libcurl.so
fontconfig
- gcc-libs # libgcc_s.so libstdc++.so
- glibc # libc.so libm.so
+ glibc # libc.so libm.so libresolv.so
+ libgcc libgcc_s.so
# libgit2 libgit2.so
+ libstdc++ libstdc++.so
# libxau libXau.so
libxcb # libxcb.so libxcb-xkb.so
# libxdmcp libXdmcp.so
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/decf466d723b41f08b4b80df14f19aeb05fe6563
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/decf466d723b41f08b4b80df14f19aeb05fe6563
You're receiving this email because of your account on gitlab.archlinux.org.