base-voidstrap: update to 0.10.
Remove psmisc dependency, none of the psmisc utils are needed for base.
This commit is contained in:
parent
f138ccb6bc
commit
9fae93734a
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'base-voidstrap'
|
||||
pkgname=base-voidstrap
|
||||
version=0.9
|
||||
revision=3
|
||||
version=0.10
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.org/"
|
||||
short_desc="Void Linux base system meta package for containers/chroots"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="Public domain"
|
||||
license="Public Domain"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
||||
depends="
|
||||
base-files ncurses coreutils findutils diffutils
|
||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
||||
mdocml>=1.13.3 shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools kbd
|
||||
psmisc procps-ng tzdata pciutils iana-etc eudev runit-void openssh dhcpcd
|
||||
procps-ng tzdata pciutils iana-etc eudev runit-void openssh dhcpcd
|
||||
iproute2 iputils iw xbps nvi sudo traceroute kmod"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue