Skip to content

Commit

Permalink
pacman: rebuild to avoid hangs on Windows/ARM64
Browse files Browse the repository at this point in the history
The `libgpgme` library was just modified to avoid those hangs. Since
`pacman.exe` links to that library statically, it needs to be rebuilt to
benefit from that work-around.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed May 10, 2024
1 parent 3b7b2d2 commit e5f0ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=pacman
pkgver=6.1.0
pkgrel=2
pkgrel=3
pkgdesc="A library-based package manager with dependency support (MSYS2 port)"
arch=('i686' 'x86_64')
url="https://www.archlinux.org/pacman/"
Expand Down

0 comments on commit e5f0ade

Please sign in to comment.