xbps{,-static}: rebuild due to libarchive>=3.3.3_5 requirement.
Bump libarchive version requirement due to enabling lz4 and zstd by default, resulting in new symbols.
This commit is contained in:
parent
9d60ee1427
commit
13d7353705
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ libcidn.so.1 glibc-2.29_1
|
|||
libmvec.so.1 glibc-2.29_1
|
||||
libz.so.1 zlib-1.2.3_1
|
||||
libbz2.so.1 bzip2-1.0.5_1
|
||||
libarchive.so.13 libarchive-3.1.2_1
|
||||
libarchive.so.13 libarchive-3.3.3_5
|
||||
libcc1.so.0 gcc-6.2.1_1
|
||||
libcc1plugin.so.0 gcc-6.2.1_1
|
||||
libitm.so.1 libitm-4.7.3_1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# NOTE: keep this package synchronized with "srcpkgs/xbps".
|
||||
pkgname=xbps-static
|
||||
version=0.54
|
||||
revision=3
|
||||
revision=4
|
||||
# only musl
|
||||
archs="*-musl"
|
||||
wrksrc="xbps-${version}"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps
|
||||
version=0.54
|
||||
revision=3
|
||||
revision=4
|
||||
bootstrap=yes
|
||||
build_style=configure
|
||||
short_desc="XBPS package system utilities"
|
||||
|
|
Loading…
Reference in a new issue