mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pacman: update to 6.0.1
This commit is contained in:
parent
591e7fb700
commit
b47a06113d
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'pacman'
|
# Template file for 'pacman'
|
||||||
pkgname=pacman
|
pkgname=pacman
|
||||||
version=5.2.2
|
version=6.0.1
|
||||||
revision=3
|
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
|
||||||
/usr/share/libalpm/hooks 0755 root root"
|
/usr/share/libalpm/hooks 0755 root root"
|
||||||
conf_files="/etc/pacman.conf"
|
conf_files="/etc/pacman.conf"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="autoconf automake curl libtool gettext-devel pkg-config asciidoc"
|
hostmakedepends="curl gettext-devel pkg-config asciidoc"
|
||||||
makedepends="libarchive-devel gpgme-devel libcurl-devel"
|
makedepends="libarchive-devel gpgme-devel libcurl-devel"
|
||||||
depends="gnupg>=2"
|
depends="gnupg>=2"
|
||||||
checkdepends="fakeroot"
|
checkdepends="fakeroot"
|
||||||
|
@ -15,8 +15,8 @@ short_desc="Simple library-based package manager"
|
||||||
maintainer="oreo639 <oreo6391@gmail.com>"
|
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.gz"
|
distfiles="https://sources.archlinux.org/other/pacman/pacman-${version}.tar.xz"
|
||||||
checksum=bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0
|
checksum=0db61456e56aa49e260e891c0b025be210319e62b15521f29d3e93b00d3bf731
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue