diff options
author | David P <megver83@parabola.nu> | 2021-07-02 18:01:35 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2021-07-02 18:01:35 -0400 |
commit | 23e56a806d94541abc1237d5ed5a85e1b59dfddc (patch) | |
tree | 5903fe3ac8e1b8177ae22e6c83827c130244bf19 /nonsystemd | |
parent | 1df0f6aa746f3ce433684f82b6972cdb1c2b600e (diff) | |
download | abslibre-23e56a806d94541abc1237d5ed5a85e1b59dfddc.tar.gz abslibre-23e56a806d94541abc1237d5ed5a85e1b59dfddc.tar.bz2 abslibre-23e56a806d94541abc1237d5ed5a85e1b59dfddc.zip |
updpkg: nonsystemd/base 2-2.parabola1.nonsystemd2
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd')
-rw-r--r-- | nonsystemd/base/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonsystemd/base/PKGBUILD b/nonsystemd/base/PKGBUILD index 8c6c09584..6cc38d5f3 100644 --- a/nonsystemd/base/PKGBUILD +++ b/nonsystemd/base/PKGBUILD @@ -6,7 +6,8 @@ pkgname=base pkgver=2 pkgrel=2 -pkgrel+=.parabola1.nonsystemd1 +pkgrel+=.parabola1 +pkgrel+=.nonsystemd2 pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre non-systemd CLI system" url='https://www.parabola.nu' arch=('any') @@ -22,7 +23,7 @@ depends=( 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz' # distro defined requirements - 'licenses' 'pacman' 'init' 'opensysusers' 'opentmpfiles' + 'licenses' 'pacman' 'init' 'esysusers' 'etmpfiles' # networking, ping, etc 'iputils' 'iproute2' @@ -30,5 +31,4 @@ depends=( # parabola 'your-freedom' 'your-initfreedom' ) -optdepends=('linux-libre: bare metal support' - 'parabola-base: standard Parabola GNU/Linux-libre CLI system') +optdepends=('linux-libre: bare metal support') |