mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pacman: update to 6.0.2.
This commit is contained in:
parent
1c3de505d3
commit
11956e8ba2
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pacman'
|
# Template file for 'pacman'
|
||||||
pkgname=pacman
|
pkgname=pacman
|
||||||
version=6.0.1
|
version=6.0.2
|
||||||
revision=1
|
revision=1
|
||||||
make_dirs="/var/lib/pacman 0755 root root
|
make_dirs="/var/lib/pacman 0755 root root
|
||||||
/usr/var/cache/pacman/pkg 0755 root root
|
/usr/var/cache/pacman/pkg 0755 root root
|
||||||
|
@ -16,11 +16,11 @@ maintainer="oreo639 <oreo6391@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.archlinux.org/pacman/"
|
homepage="https://www.archlinux.org/pacman/"
|
||||||
distfiles="https://sources.archlinux.org/other/pacman/pacman-${version}.tar.xz"
|
distfiles="https://sources.archlinux.org/other/pacman/pacman-${version}.tar.xz"
|
||||||
checksum=0db61456e56aa49e260e891c0b025be210319e62b15521f29d3e93b00d3bf731
|
checksum=7d8e3e8c5121aec0965df71f59bedf46052c6cf14f96365c4411ec3de0a4c1a5
|
||||||
make_check=ci-skip
|
make_check=ci-skip # Some tests fail when run in CI
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
make_check=no # fakechroot is not available
|
make_check=no # fakechroot is not available
|
||||||
else
|
else
|
||||||
checkdepends="fakeroot fakechroot gnupg"
|
checkdepends="fakeroot fakechroot gnupg perl"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue