summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pedersen2016-05-03 21:33:54 +0200
committerDavid Pedersen2016-05-03 21:33:54 +0200
commit2208e67b6a8696e0be15da53309a4e22b9ab4909 (patch)
tree20b71c6c2f9654cc6e21951b580450a5773bb61f
parenta096bb887c573c7606f455fb4d071e70091b3675 (diff)
downloadaur-2208e67b6a8696e0be15da53309a4e22b9ab4909.tar.gz
Added cores as optional dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD1
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6854df87c72..b89fcdacaf16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phoenix-git
pkgdesc = A super-slick libretro frontend powered by Qt 5
- pkgver = r969.f3a590a
+ pkgver = r1129.0a822e3
pkgrel = 1
url = https://github.com/team-phoenix/Phoenix
arch = i686
@@ -13,6 +13,12 @@ pkgbase = phoenix-git
depends = qt5-graphicaleffects
depends = qt5-quickcontrols
depends = qt5-svg
+ optdepends = libretro-bsnes
+ optdepends = libretro-gambatte
+ optdepends = libretro-genesis-plus-gx
+ optdepends = libretro-mgba
+ optdepends = libretro-nestopia
+ optdepends = libretro-snes9x
provides = phoenix
conflicts = phoenix
source = git+https://github.com/team-phoenix/Phoenix.git
diff --git a/PKGBUILD b/PKGBUILD
index 2b9ac2762f04..d86bf1ff2639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/team-phoenix/Phoenix"
license=('GPL')
depends=('sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-svg')
makedepends=('git')
+optdepends=('libretro-bsnes' 'libretro-gambatte' 'libretro-genesis-plus-gx' 'libretro-mgba' 'libretro-nestopia' 'libretro-snes9x')
provides=('phoenix')
conflicts=('phoenix')
source=("git+https://github.com/team-phoenix/$_gitname.git")