Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / zed
Commits:
8075ccc7 by Caleb Maclennan at 2024-12-14T00:39:17+03:00
upgpkg: 0.165.4-3: Actually add dependency, cart doth not pull horse
- - - - -
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.165.4
- pkgrel = 2
+ pkgrel = 3
url = https://zed.dev
arch = x86_64
license = GPL-3.0-or-later
@@ -24,6 +24,7 @@ pkgbase = zed
depends = libxkbcommon
depends = libxkbcommon-x11
depends = nodejs>=18
+ depends = netcat
depends = openssl
depends = libcrypto.so
depends = libssl.so
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=zed
pkgver=0.165.4
-pkgrel=2
+pkgrel=3
pkgdesc='A high-performance, multiplayer code editor from the creators of Atom
and Tree-sitter'
arch=(x86_64)
url=https://zed.dev
@@ -21,6 +21,7 @@ depends=(alsa-lib libasound.so
libxkbcommon # libxkbcommon.so
libxkbcommon-x11 # libxkbcommon-x11.so
'nodejs>=18'
+ netcat
openssl libcrypto.so libssl.so
sqlite
vulkan-driver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/8075ccc7e3770676c00f453def8193899ece6fac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/8075ccc7e3770676c00f453def8193899ece6fac
You're receiving this email because of your account on gitlab.archlinux.org.