From 5b102b0228e8ffce81341bb2bf771a082d8263c4 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 28 Jun 2023 14:22:07 +0200 Subject: Adding python-simple-term-menu to the dependency list (#1901) * Adding python-simple-term-menu to the dependency list * Added dependencies to all binaries we call, such as 'ps' and 'mkfs' etc * Sorted the depends list - just for peace of mind * Bumped version in prep for release of rc1, also updated README a bit * Removed older python versions from classifiers --- PKGBUILD | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 03160a1c..315256e3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,16 +4,26 @@ # Contributor: demostanis worlds pkgname=archinstall -pkgver=2.5.6 +pkgver=2.6.0 pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) url="https://github.com/archlinux/archinstall" license=(GPL3) depends=( + 'arch-install-scripts' + 'btrfs-progs' + 'coreutils' + 'cryptsetup' + 'e2fsprogs' + 'kbd' + 'pciutils' + 'procps-ng' 'python' - 'systemd' 'python-pyparted' + 'python-simple-term-menu' + 'systemd' + 'util-linux' ) makedepends=( 'python-setuptools' -- cgit v1.2.3-54-g00ecf