diff options
author | David P <megver83@parabola.nu> | 2020-01-18 03:19:26 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-01-18 03:19:26 -0300 |
commit | 6723e044157885de4b420ba95f5e4e171ae5ebf6 (patch) | |
tree | 168cb891a222da2a76375bf15a056201211d14b1 /nonsystemd | |
parent | 97f653db421f928693e547679bab2a9145fc7c80 (diff) | |
download | abslibre-6723e044157885de4b420ba95f5e4e171ae5ebf6.tar.gz abslibre-6723e044157885de4b420ba95f5e4e171ae5ebf6.tar.bz2 abslibre-6723e044157885de4b420ba95f5e4e171ae5ebf6.zip |
updpkg: nonsystemd/base 2-2.parabola1.nonsystemd1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd')
-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' |