diff options
Diffstat (limited to 'nonsystemd/base/PKGBUILD')
-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') |