Search Criteria
Package Details: lib32-libgit2 1.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-libgit2.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libgit2 |
Description: | A linkable library for Git |
Upstream URL: | https://github.com/libgit2/libgit2 |
Licenses: | GPL2 |
Provides: | libgit2.so |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-05-06 18:34 (UTC) |
Last Updated: | 2023-08-19 08:36 (UTC) |
Dependencies (21)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git)
- lib32-glibc (lib32-glibc-git, lib32-glibc-linux4)
- lib32-http-parser
- lib32-libssh2
- lib32-openssl (lib32-openssl-hardened)
- lib32-pcre2
- lib32-zlib
- libcrypto.so (openssl-git, quictls-openssl, openssl-static, lib32-openssl, openssl, openssl-1.1)
- libgit2 (libgit2-git)
- libhttp_parser.so (lib32-http-parser)
- libpcre2-8.so (lib32-pcre2, pcre2)
- libssh2.so (libssh2-git, lib32-libssh2, libssh2)
- libssl.so (openssl-git, quictls-openssl, openssl-static, lib32-openssl, openssl, openssl-1.1)
- libz.so (zlib-git, lib32-zlib, zlib)
- cmake (cmake-git) (make)
- lib32-http-parser (make)
- lib32-libssh2 (make)
- lib32-openssl (lib32-openssl-hardened) (make)
- lib32-pcre2 (make)
- lib32-zlib (make)
- Show 1 more dependencies...
Required by (13)
- casile (requires libgit2.so)
- casile-git (requires libgit2.so)
- cocogitto-git (requires libgit2.so)
- cranko (requires libgit2.so)
- cranko-git (requires libgit2.so)
- emacs-libegit2-wbundled-git (requires libgit2.so)
- gitui-git (requires libgit2.so)
- gnome-builder-git (requires libgit2.so)
- krankerl (requires libgit2.so)
- lib32-rav1e (requires libgit2.so)
- lib32-rav1e
- lib32-rav1e (make)
- onefetch-git (requires libgit2.so)
Latest Comments
TTsdzb commented on 2023-09-04 01:11 (UTC)
If you get test failures with something like
Pointer mismatch: proxy != expected
, simply unset environment variables related with proxies likehttp_proxy
, and disable any proxy settings in your DE if necessary. It seems that the test requires no-proxy and passing these environments breaks the test.For Chinese users, the tests include connecting to github for online testing. You may need a proxy with TUN enabled, or set up a proxy on your router.
sl1pkn07 commented on 2023-08-27 21:28 (UTC)
force install libgit2 with -Sdd and then reinstall lib32-libgit2
Ashkan_gm commented on 2023-08-27 20:58 (UTC) (edited on 2023-08-27 21:03 (UTC) by Ashkan_gm)
libgit2 has been updated to (1:1.7.1-1), this package dependency is libgit2=1:1.6.4, so it creates problem for updating libgit2.
"
:: Starting full system upgrade... :: Replace intel-opencl-clang with extra/intel-graphics-compiler? [Y/n] resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) :: installing libgit2 (1:1.7.1-1) breaks dependency 'libgit2=1:1.6.4' required by lib32-libgit2
"
korimitsu commented on 2023-07-25 19:19 (UTC)
Can't build anymore:
BillFleming commented on 2023-05-27 21:40 (UTC)
The source line needs to change as it currently cannot pull down the release. source=("$url/archive/refs/tags/v${pkgver}/v${pkgver}.tar.gz")
sl1pkn07 commented on 2023-05-08 22:38 (UTC)
try to disable it editing the line L55 to change the
check
function name to something different.Onlyblacktea commented on 2023-05-08 10:27 (UTC)
Can't pass the first test, it shows:
What can I do?