Fixing PKGBUILD dependencies

This commit is contained in:
DarkFeather 2023-11-16 12:58:52 -06:00
parent 444b8171f5
commit 63a43c6f0e
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@ arch=("x86_64")
url="https://aninix.net/foundation/${pkgname}" url="https://aninix.net/foundation/${pkgname}"
license=('custom') license=('custom')
groups=() 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') depends=('bash>=4.4' 'python>=3.11' 'ansible>=8.3' 'tmux' 'openssh')
makedepends=('make>=4.2' 'mono>5.0.0' 'gcc' 'python-pytest') makedepends=('make>=4.2')
checkdepends=() checkdepends=()
optdepends=() optdepends=()
provides=("${pkgname}") provides=("${pkgname}")
conflicts=() conflicts=()
replaces=("${pkgname,,}","aninix-${pkgname,,}") replaces=("${pkgname,,}" "aninix-${pkgname,,}")
backup=() backup=()
options=() options=()
install= install=