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'
|
||||
pkgname=pacman
|
||||
version=5.2.2
|
||||
revision=3
|
||||
version=6.0.1
|
||||
revision=1
|
||||
make_dirs="/var/lib/pacman 0755 root root
|
||||
/usr/var/cache/pacman/pkg 0755 root root
|
||||
/usr/share/libalpm/hooks 0755 root root"
|
||||
conf_files="/etc/pacman.conf"
|
||||
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"
|
||||
depends="gnupg>=2"
|
||||
checkdepends="fakeroot"
|
||||
|
@ -15,8 +15,8 @@ short_desc="Simple library-based package manager"
|
|||
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.archlinux.org/pacman/"
|
||||
distfiles="https://sources.archlinux.org/other/pacman/pacman-${version}.tar.gz"
|
||||
checksum=bb201a9f2fb53c28d011f661d50028efce6eef2c1d2a36728bdd0130189349a0
|
||||
distfiles="https://sources.archlinux.org/other/pacman/pacman-${version}.tar.xz"
|
||||
checksum=0db61456e56aa49e260e891c0b025be210319e62b15521f29d3e93b00d3bf731
|
||||
make_check=ci-skip
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
|
|
Loading…
Reference in a new issue