Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
8c2ca18a22
commit
9db26f13b0
2 changed files with 16 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Severin Kaderli <severin.kaderli@gmail.com>
|
||||
_pkgname=pegasus-frontend
|
||||
pkgname=${_pkgname}-git
|
||||
pkgver=alpha13.r37.g67846c6
|
||||
pkgver=alpha14.r36.g49dd98b3
|
||||
pkgrel=1
|
||||
pkgdesc="A cross platform, customizable graphical frontend for launching emulators and managing your game collection."
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -9,17 +9,16 @@ url="https://pegasus-frontend.org/"
|
|||
license=('GPL3')
|
||||
makedepends=(
|
||||
'git'
|
||||
'qt5-tools'
|
||||
'qt5-quickcontrols'
|
||||
'qt5-gamepad'
|
||||
'qt5-svg'
|
||||
'qt5-multimedia'
|
||||
'qt5-graphicaleffects'
|
||||
'qt5-declarative'
|
||||
'qt5-imageformats'
|
||||
)
|
||||
depends=(
|
||||
'qt5-declarative'
|
||||
'qt5-gamepad'
|
||||
'qt5-graphicaleffects'
|
||||
'qt5-imageformats'
|
||||
'qt5-multimedia'
|
||||
'qt5-quickcontrols'
|
||||
'qt5-svg'
|
||||
'qt5-tools'
|
||||
'sdl2'
|
||||
)
|
||||
optdepends=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue