diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-08-21 18:12:28 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-09-01 02:24:06 -0400 |
commit | 37fe2cea979826a22b3144c041cdb9cc42edfb89 (patch) | |
tree | 7ce20bf87ee499b9ecd19ef5e0cd9ef7c690b693 /nonsystemd/base | |
parent | dbef1d3d350783e95879de878339ac98e054989d (diff) | |
download | abslibre-37fe2cea979826a22b3144c041cdb9cc42edfb89.tar.gz abslibre-37fe2cea979826a22b3144c041cdb9cc42edfb89.tar.bz2 abslibre-37fe2cea979826a22b3144c041cdb9cc42edfb89.zip |
[nonsystemd/parabola-base][libre/parabola-base]: accommodate your-initfreedom in base
Diffstat (limited to 'nonsystemd/base')
-rw-r--r-- | nonsystemd/base/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/nonsystemd/base/PKGBUILD b/nonsystemd/base/PKGBUILD index 80140be3e..8c6c09584 100644 --- a/nonsystemd/base/PKGBUILD +++ b/nonsystemd/base/PKGBUILD @@ -1,14 +1,13 @@ -# Maintainer: David P. <megver83@parabola.nu> # Maintainer (Arch): Arch Linux Team # Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org> +# Maintainer: David P. <megver83@parabola.nu> pkgname=base pkgver=2 pkgrel=2 -pkgrel+=.parabola1 -pkgrel+=.nonsystemd2 -pkgdesc='Minimal package set to define a basic Parabola GNU/Linux-libre installation' +pkgrel+=.parabola1.nonsystemd1 +pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre non-systemd CLI system" url='https://www.parabola.nu' arch=('any') license=('GPL') @@ -31,7 +30,5 @@ depends=( # parabola 'your-freedom' 'your-initfreedom' ) -optdepends=('linux-libre: bare metal support') - -# vim: ts=2 sw=2 et: - +optdepends=('linux-libre: bare metal support' + 'parabola-base: standard Parabola GNU/Linux-libre CLI system') |