diff options
Diffstat (limited to 'libre')
-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') |