Skip to content

Commit

Permalink
Add the new base meta-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Oct 6, 2019
1 parent 81b70b6 commit 8a0fdbf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PKGBUILD
Expand Up @@ -6,7 +6,7 @@ pkgname=(
luzifer-devel
luzifer-gui
)
pkgver=0.4.1
pkgver=0.5.0
pkgrel=1
pkgdesc='System configuration for @luzifer systems'
arch=(any)
Expand All @@ -21,10 +21,11 @@ package_luzifer-base() {
conflicts=(vim vi)
install=luzifer-base.install

# Build on Archlinux base group (pacman -Qgq base | xargs | fold -sw 72)
# Build on former Archlinux base group (pacman -Qgq base | xargs | fold -sw 72)
# Packages removed: vi
# Packages added: base (new Base-Meta-Package, essentially containing a subset of these)
depends=(
bash bzip2 coreutils cryptsetup device-mapper dhcpcd diffutils
base bash bzip2 coreutils cryptsetup device-mapper dhcpcd diffutils
e2fsprogs file filesystem findutils gawk gcc-libs gettext glibc grep
gzip inetutils iproute2 iputils jfsutils less licenses linux
linux-firmware logrotate lvm2 man-db man-pages mdadm nano netctl pacman
Expand Down

0 comments on commit 8a0fdbf

Please sign in to comment.