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
|
||||
pkgver=1.11.7
|
||||
pkgrel=0
|
||||
pkgdesc="An open-source game server management panel"
|
||||
url="https://pterodactyl.io"
|
||||
license="MIT"
|
||||
arch="noarch"
|
||||
arch="all"
|
||||
depends="php83 php83-gd php83-sodium cronie"
|
||||
optdepends="redis mariadb"
|
||||
makedepends="composer"
|
||||
|
|
Reference in a new issue