diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-04-13 08:10:38 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-04-13 08:10:38 -0400 |
commit | 6a7e9cad7640c74f05398e2d2c92386312748d9e (patch) | |
tree | eb1190085f610865d31df0a19320983148044b92 /.SRCINFO | |
parent | a37665566b3a0581dc6934123d9edd031dde19f6 (diff) | |
download | pacman-static-6a7e9cad7640c74f05398e2d2c92386312748d9e.tar.xz |
upgpkg: pacman-static 5.2.2-5
Make bz2 actually use the musl-gcc compiler. Before it was using regular
gcc, which should not work (but sometimes did, mysteriously, on my
machine).
Because the bz2 Makefile does not respect environment $CC.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = pacman-static pkgdesc = Statically-compiled pacman (to fix or install systems without libc) pkgver = 5.2.2 - pkgrel = 4 + pkgrel = 5 url = https://www.archlinux.org/pacman/ arch = i686 arch = x86_64 |