Fixing PKGBUILD dependencies
This commit is contained in:
parent
444b8171f5
commit
63a43c6f0e
6
PKGBUILD
6
PKGBUILD
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user