Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
libgit2
Commits:
38fbb7b6 by Tobias Powalowski at 2026-02-16T09:28:56+01:00
upgpkg: 1:1.9.2-3: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libgit2
pkgdesc = A linkable library for Git
pkgver = 1.9.2
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/libgit2/libgit2
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libgit2
makedepends = openssl
makedepends = pcre2
makedepends = python
- depends = gcc-libs
+ depends = libgcc
depends = glibc
depends = llhttp
depends = zlib
@@ -21,7 +21,7 @@ pkgbase = libgit2
b2sums =
6e5be4aee7ebe959a23ec24952eaff3ad66bbc740e0fd3ef66bc61b57c3228b71ad9b01808494782a90d362692d2cfabbfc24946543bbc109ec66df9c03cf26d
pkgname = libgit2
- depends = gcc-libs
+ depends = libgcc
depends = glibc
depends = llhttp
depends = zlib
=====================================
PKGBUILD
=====================================
@@ -7,14 +7,14 @@ pkgname=libgit2
# NOTE: add the following packages to rebuild TODOs on soname change (although
they do not link against libgit2.so):
# julia
pkgver=1.9.2
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="A linkable library for Git"
arch=(x86_64)
url="https://github.com/libgit2/libgit2"
license=(LicenseRef-GPL-2.0-only-with-linking-exception)
depends=(
- gcc-libs
+ libgcc
glibc
llhttp
zlib
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgit2/-/commit/38fbb7b68636e712c3805dd6a45c1b94feb75b20
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgit2/-/commit/38fbb7b68636e712c3805dd6a45c1b94feb75b20
You're receiving this email because of your account on gitlab.archlinux.org.