diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2022-01-23 23:30:44 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2022-01-24 18:44:56 -0500 |
commit | 9354f71a10f40fd92b8e892ed308d12df4b73bc9 (patch) | |
tree | b4d2a39fa0e2e1dd9ef89d17ac25aec2eb010281 /libre/base | |
parent | ae154fa2079da83eca8f6076df0bc059534fb2fe (diff) | |
download | abslibre-9354f71a10f40fd92b8e892ed308d12df4b73bc9.tar.gz abslibre-9354f71a10f40fd92b8e892ed308d12df4b73bc9.tar.bz2 abslibre-9354f71a10f40fd92b8e892ed308d12df4b73bc9.zip |
[base]: minimize diff with arch
Diffstat (limited to 'libre/base')
-rw-r--r-- | libre/base/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/libre/base/PKGBUILD b/libre/base/PKGBUILD index a0ca93365..b068e6bbf 100644 --- a/libre/base/PKGBUILD +++ b/libre/base/PKGBUILD @@ -1,6 +1,6 @@ -# Maintainer (Arch): Arch Linux Team -# Contributor (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org> -# Contributor (Arch): Eli Schwartz <eschwartz@archlinux.org> +# Maintainer (arch): Arch Linux Team +# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Contributor: Eli Schwartz <eschwartz@archlinux.org> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=base @@ -22,13 +22,11 @@ depends=( 'gettext' 'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'xz' # distro defined requirements - 'licenses' 'pacman' 'systemd-libudev' 'systemd-sysvcompat' 'systemd-udev' + 'licenses' 'pacman' 'systemd' 'systemd-sysvcompat' + 'systemd-libudev' 'systemd-udev' 'your-freedom' # networking, ping, etc 'iputils' 'iproute2' - - # parabola - 'your-freedom' ) optdepends=('linux-libre: bare metal support' 'parabola-base: standard Parabola GNU/Linux-libre CLI system') |