From 63a43c6f0eb482d62664d0937bb1b82f159e1949 Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Thu, 16 Nov 2023 12:58:52 -0600 Subject: [PATCH] Fixing PKGBUILD dependencies --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c96d91c..d8defda 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,13 +10,13 @@ arch=("x86_64") url="https://aninix.net/foundation/${pkgname}" license=('custom') groups=() -depends=('bash>=4.4' 'php' 'perl' 'jdk-openjdk>=18.0.1.1.u2-1' 'jre-openjdk-headless>=18.0.1.1.u2-1' 'python>=3.7') -makedepends=('make>=4.2' 'mono>5.0.0' 'gcc' 'python-pytest') +depends=('bash>=4.4' 'python>=3.11' 'ansible>=8.3' 'tmux' 'openssh') +makedepends=('make>=4.2') checkdepends=() optdepends=() provides=("${pkgname}") conflicts=() -replaces=("${pkgname,,}","aninix-${pkgname,,}") +replaces=("${pkgname,,}" "aninix-${pkgname,,}") backup=() options=() install=