summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-01-23 23:30:44 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2022-01-24 18:44:56 -0500
commit9354f71a10f40fd92b8e892ed308d12df4b73bc9 (patch)
treeb4d2a39fa0e2e1dd9ef89d17ac25aec2eb010281
parentae154fa2079da83eca8f6076df0bc059534fb2fe (diff)
[base]: minimize diff with arch
-rw-r--r--libre/base/PKGBUILD12
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')