diff options
Diffstat (limited to 'nonsystemd/base/PKGBUILD')
-rw-r--r-- | nonsystemd/base/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nonsystemd/base/PKGBUILD b/nonsystemd/base/PKGBUILD index 4f5af6e99..4f1cae6c7 100644 --- a/nonsystemd/base/PKGBUILD +++ b/nonsystemd/base/PKGBUILD @@ -5,8 +5,9 @@ pkgname=base pkgver=2 -pkgrel=1 -pkgrel+=.nonsystemd2 +pkgrel=2 +pkgrel+=.parabola1 +pkgrel+=.nonsystemd1 pkgdesc='Minimal package set to define a basic Parabola GNU/Linux-libre installation' 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' + 'licenses' 'pacman' 'init' 'opensysusers' 'opentmpfiles' # networking, ping, etc 'iputils' 'iproute2' |