xbps-static: update to 0.55.
This commit is contained in:
parent
fc27fb5005
commit
1ba6c27f20
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'xbps-static'
|
# Template file for 'xbps-static'
|
||||||
# NOTE: keep this package synchronized with "srcpkgs/xbps"
|
# NOTE: keep this package synchronized with "srcpkgs/xbps"
|
||||||
pkgname=xbps-static
|
pkgname=xbps-static
|
||||||
version=0.54
|
version=0.55
|
||||||
revision=5
|
revision=1
|
||||||
# only musl
|
# only musl
|
||||||
archs="*-musl"
|
archs="*-musl"
|
||||||
wrksrc="xbps-${version}"
|
wrksrc="xbps-${version}"
|
||||||
|
@ -16,7 +16,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://www.voidlinux.org/xbps"
|
homepage="https://www.voidlinux.org/xbps"
|
||||||
changelog="https://github.com/void-linux/xbps/blob/master/NEWS"
|
changelog="https://github.com/void-linux/xbps/blob/master/NEWS"
|
||||||
distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz"
|
distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz"
|
||||||
checksum=f7e97a342d9eb3f38274bef3136f91398692f50d84fd23bc7990da2000936a98
|
checksum=982620ec3c207a8b935ebb3b50f81ce553e53a5da291be2719609adf0a5f48d2
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --enable-static
|
./configure --prefix=/usr --sysconfdir=/etc --enable-static
|
||||||
|
|
Loading…
Reference in New Issue