Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
jujutsu
Commits:
8fe94ec5 by Lukas Fleischer at 2026-03-19T10:56:11-04:00
upgpkg: 0.39.0-1: replace gcc-libs dependency
- - - - -
8297390a by Lukas Fleischer at 2026-03-19T11:03:57-04:00
upgpkg: 0.39.0-2: replace gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
pkgver = 0.39.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jj-vcs/jj
arch = x86_64
license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = jujutsu
makedepends = cargo
makedepends = cargo-edit
makedepends = cmake
- depends = gcc-libs
+ depends = libgcc
depends = git
depends = glibc
depends = zstd
=====================================
PKGBUILD
=====================================
@@ -7,12 +7,12 @@
pkgname=jujutsu
_pkgname=jj
pkgver=0.39.0
-pkgrel=1
+pkgrel=2
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
url="https://github.com/jj-vcs/$_pkgname"
license=(Apache-2.0)
-depends=(gcc-libs # libgcc_s.so ld-linux-x86-64.so
+depends=(libgcc # libgcc_s.so ld-linux-x86-64.so
git
glibc # libc.so libm.so
zstd)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/compare/7773dca4cc25a7b4cd2c9bda9761a09ad3901fa0...8297390a0d688581238c8206e3c6a3652e03a34f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/compare/7773dca4cc25a7b4cd2c9bda9761a09ad3901fa0...8297390a0d688581238c8206e3c6a3652e03a34f
You're receiving this email because of your account on gitlab.archlinux.org.