Add missing maintainer, change arch to all
This commit is contained in:
parent
e86c5aaf17
commit
7f83d1a114
1 changed files with 2 additions and 1 deletions
3
APKBUILD
3
APKBUILD
|
@ -1,10 +1,11 @@
|
||||||
|
# Maintainer: LinuxSquare <linuxsquare@noveria.org>
|
||||||
pkgname=pterodactyl-panel
|
pkgname=pterodactyl-panel
|
||||||
pkgver=1.11.7
|
pkgver=1.11.7
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="An open-source game server management panel"
|
pkgdesc="An open-source game server management panel"
|
||||||
url="https://pterodactyl.io"
|
url="https://pterodactyl.io"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="noarch"
|
arch="all"
|
||||||
depends="php83 php83-gd php83-sodium cronie"
|
depends="php83 php83-gd php83-sodium cronie"
|
||||||
optdepends="redis mariadb"
|
optdepends="redis mariadb"
|
||||||
makedepends="composer"
|
makedepends="composer"
|
||||||
|
|
Reference in a new issue