Date: Sunday, October 6, 2019 @ 14:30:17 Author: anthraxx Revision: 363941
base 2-1 add systemd-sysvcompat for init Modified: base/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-06 14:16:46 UTC (rev 363940) +++ PKGBUILD 2019-10-06 14:30:17 UTC (rev 363941) @@ -3,7 +3,7 @@ # Contributor: Eli Schwartz <[email protected]> pkgname=base -pkgver=1 +pkgver=2 pkgrel=1 pkgdesc='Minimal package set to define a basic Arch Linux installation' url='https://www.archlinux.org' @@ -20,7 +20,7 @@ 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz' # distro defined requirements - 'licenses' 'pacman' 'systemd' + 'licenses' 'pacman' 'systemd' 'systemd-sysvcompat' # networking, ping, etc 'iputils' 'iproute2' @@ -28,3 +28,4 @@ optdepends=('linux: bare metal support') # vim: ts=2 sw=2 et: +
